Skip to content

Commit

Permalink
set current version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VdeJong committed Jan 28, 2022
1 parent 664d9fc commit aa61633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
version = '1.0.0'
version = '1.0'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0
commit = true
tag = true
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='django-postcode-lookup',
version='1.0.0',
version='1.0',
description="Pluggable postcode lookup endpoint",
long_description=open('README.rst', 'r').read(),
url='https://github.com/labd/django-postcode-lookup',
Expand Down

0 comments on commit aa61633

Please sign in to comment.