Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Mar 28, 2023
1 parent 9000d57 commit 3a3abed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Changelog

## [Unreleased]

## [0.9.0] - 2023-03-28
### Added
- Utility script for downloading and running archiver.py
- [`tinycron`](https://github.com/bcicen/tinycron) has been added to
Expand All @@ -12,7 +11,6 @@
- Add flag for changing the path of an existing incomplete torrent: `--overwrite-incomplete` (rtorrent only)

## [0.8.0] - 2023-03-18

### Fixed
- Size comparisons in filters were be compared case-sensitively

Expand All @@ -28,5 +26,6 @@
- Added a changelog
- Created dockerfile

[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/kannibalox/pyrosimple/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/kannibalox/pyrosimple/compare/v0.7.2...v0.8.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PTPAPI"
version = "0.8.0"
version = "0.9.0"
description = "A small API for a mildly popular movie site"
authors = ["kannibalox <[email protected]>"]
repository = "https://github.com/kannibalox/PTPAPI"
Expand Down

0 comments on commit 3a3abed

Please sign in to comment.