File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.0
2+ current_version = 0.0.4
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 5656# |version| and |release|, also used in various other places throughout the
5757# built documents.
5858#
59- version = '0.0.3 '
59+ version = '0.0.4 '
6060release = version
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
139139# The name for this set of Sphinx documents.
140140# "<project> v<release> documentation" by default.
141141#
142- # html_title = u'django-cognito-jwt v0.0.3 '
142+ # html_title = u'django-cognito-jwt v0.0.4 '
143143
144144# A shorter title for the navigation bar. Default is the same as html_title.
145145#
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = "django-cognito-jwt" ,
31- version = "0.0.3 " ,
31+ version = "0.0.4 " ,
3232 description = "Django backends for AWS Cognito JWT" ,
3333 long_description = open ("README.rst" , "r" ).read (),
3434 url = "https://github.com/LabD/django-cognito-jwt" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.0.3 "
1+ __version__ = "0.0.4 "
22
33from .backend import JSONWebTokenAuthentication # noqa
You can’t perform that action at this time.
0 commit comments