Merge pull request #104 from pinterest/new-release-142
Prepare for release: 1.4.2
This commit is contained in:
commit
f7fbb4575c
4 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Version 1.4.2
|
||||||
|
-------------
|
||||||
|
* Various minor README and documentation improvements
|
||||||
|
* Upgrade to Jinja 2.10.1
|
||||||
|
* Fix autocomplete bug where hitting "back" would allow to autocomplete the password
|
||||||
|
|
||||||
Version 1.4.1
|
Version 1.4.1
|
||||||
-------------
|
-------------
|
||||||
* Switch to local (non-CDN) Font Awesome assets
|
* Switch to local (non-CDN) Font Awesome assets
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.5.0
|
current_version = 1.4.2
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
files = setup.py snappass/__init__.py
|
files = setup.py snappass/__init__.py
|
||||||
|
@ -8,5 +8,3 @@ files = setup.py snappass/__init__.py
|
||||||
show-source = True
|
show-source = True
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
||||||
[bumpversion:file:snappass/__init__.py]
|
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='snappass',
|
name='snappass',
|
||||||
version='1.5.0',
|
version='1.4.2',
|
||||||
description="It's like SnapChat... for Passwords.",
|
description="It's like SnapChat... for Passwords.",
|
||||||
long_description=(open('README.rst').read() + '\n\n' +
|
long_description=(open('README.rst').read() + '\n\n' +
|
||||||
open('AUTHORS.rst').read()),
|
open('AUTHORS.rst').read()),
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '1.5.0'
|
__version__ = '1.4.2'
|
||||||
|
|
Loading…
Reference in a new issue