Bump version.

This commit is contained in:
Dain Nilsson 2021-01-20 10:58:57 +01:00
parent 3ee0104351
commit 63c3d8e360
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 5 additions and 4 deletions

View File

@ -45,9 +45,10 @@
__version__ = 'x.y.q-dev0'
* Bump the version in debian/changelog by appending `+git` to it.
* Bump the version in debian/changelog by appending `+git` to it (don't
increment PATCH).
(x.y.q+git)
(x.y.z+git)
* Commit and push the change:

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
python-fido2 (0.9.0) xenial; urgency=low
python-fido2 (0.9.0+git) xenial; urgency=low
* Build for ppa

View File

@ -38,4 +38,4 @@ if six.PY2:
abc.ABC = ABC
__version__ = "0.9.0"
__version__ = "0.9.1-dev0"