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 1
1
[bumpversion]
2
- current_version = 0.1.0
2
+ current_version = 0.0.4
3
3
commit = true
4
4
tag = true
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 56
56
# |version| and |release|, also used in various other places throughout the
57
57
# built documents.
58
58
#
59
- version = '0.0.3 '
59
+ version = '0.0.4 '
60
60
release = version
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
139
139
# The name for this set of Sphinx documents.
140
140
# "<project> v<release> documentation" by default.
141
141
#
142
- # html_title = u'django-cognito-jwt v0.0.3 '
142
+ # html_title = u'django-cognito-jwt v0.0.4 '
143
143
144
144
# A shorter title for the navigation bar. Default is the same as html_title.
145
145
#
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = "django-cognito-jwt" ,
31
- version = "0.0.3 " ,
31
+ version = "0.0.4 " ,
32
32
description = "Django backends for AWS Cognito JWT" ,
33
33
long_description = open ("README.rst" , "r" ).read (),
34
34
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 "
2
2
3
3
from .backend import JSONWebTokenAuthentication # noqa
You can’t perform that action at this time.
0 commit comments