We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32a0b8 commit ce00591Copy full SHA for ce00591
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.3
+current_version = 0.9.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## Version 0.9
+
+### v0.9.0
6
7
+* Drop official Python 3.5, 3.6 support
8
+* Add CI requirements lockfile
9
+* Use GNU Make target convention (dashes instead of underscores)
10
+* Migrate remaining tests to pytest
11
12
13
## Version 0.8
14
rest_registration/_version.py
@@ -1 +1 @@
-__version__ = "0.8.3"
+__version__ = "0.9.0"
0 commit comments