Skip to content

Commit ce00591

Browse files
committed
Bump version: 0.8.3 → 0.9.0
1 parent a32a0b8 commit ce00591

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.3
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Version 0.9
4+
5+
### 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+
312

413
## Version 0.8
514

rest_registration/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.3"
1+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)