Skip to content

Commit

Permalink
Bump version: 0.8.3 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Aug 31, 2024
1 parent a32a0b8 commit ce00591
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.3
current_version = 0.9.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.9

### v0.9.0

* Drop official Python 3.5, 3.6 support
* Add CI requirements lockfile
* Use GNU Make target convention (dashes instead of underscores)
* Migrate remaining tests to pytest


## Version 0.8

Expand Down
2 changes: 1 addition & 1 deletion rest_registration/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.3"
__version__ = "0.9.0"

0 comments on commit ce00591

Please sign in to comment.