File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757# |version| and |release|, also used in various other places throughout the
5858# built documents.
5959#
60- version = '1.0.0 '
60+ version = '1.0'
6161release = version
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0
2+ current_version = 1.0
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 2929
3030setup (
3131 name = 'django-postcode-lookup' ,
32- version = '1.0.0 ' ,
32+ version = '1.0' ,
3333 description = "Pluggable postcode lookup endpoint" ,
3434 long_description = open ('README.rst' , 'r' ).read (),
3535 url = 'https://github.com/labd/django-postcode-lookup' ,
You can’t perform that action at this time.
0 commit comments