Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Sep 18, 2018
1 parent 4caf196 commit dd20349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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'
release = '1.2.1'
version = '1.3'
release = '1.3'
exclude_trees = ['_build']
pygments_style = 'sphinx'
html_static_path = ['_static']
Expand Down
4 changes: 3 additions & 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.1',
version='1.3',
description='A Pwned Passwords implementation for Django sites.',
long_description=open(
os.path.join(
Expand All @@ -23,6 +23,7 @@
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand All @@ -33,6 +34,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Utilities'],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
install_requires=[
Expand Down

0 comments on commit dd20349

Please sign in to comment.