Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Jun 18, 2018
1 parent 4d39343 commit 10f62a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
master_doc = 'index'
project = u'pwned-passwords-django'
copyright = u'2018, James Bennett'
version = '1.2-dev'
release = '1.2-dev'
version = '1.2'
release = '1.2'
exclude_trees = ['_build']
pygments_style = 'sphinx'
html_static_path = ['_static']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(name='pwned-passwords-django',
zip_safe=False, # eggs are the devil.
version='1.2-dev',
version='1.2',
description='A Pwned Passwords implementation for Django sites.',
long_description=open(
os.path.join(
Expand Down
2 changes: 1 addition & 1 deletion src/pwned_passwords_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2-dev'
__version__ = '1.2'

0 comments on commit 10f62a5

Please sign in to comment.