File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ Release Notes
8585=============
8686
8787**unreleased **
88+ **v0.1.4 **
8889
8990* Add support for password grant (thanks to @scranen)
9091* Bugfix: Prevent multiple values for keyword argument 'audience' in jwt.decode() (thanks to @eugenejo)
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '0.1.4-dev '
58+ version = '0.1.4'
5959# The full version, including alpha/beta/rc tags.
60- release = '0.1.4-dev '
60+ release = '0.1.4'
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.4-dev
2+ current_version = 0.1.4
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- VERSION = '0.1.4-dev '
5+ VERSION = '0.1.4'
66
77with open (os .path .join (os .path .dirname (__file__ ), 'README.rst' )) as readme :
88 README = readme .read ()
You can’t perform that action at this time.
0 commit comments