Bump version: 1.4.1 → 1.4.2

This commit is contained in:
Nicholas Charriere 2019-06-02 12:37:08 -07:00
parent e0b996d3d3
commit 234f43b889
4 changed files with 10 additions and 3 deletions

View file

@ -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
-------------
* Switch to local (non-CDN) Font Awesome assets

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.1
current_version = 1.4.2
commit = True
tag = True
files = setup.py snappass/__init__.py
@ -7,3 +7,4 @@ files = setup.py snappass/__init__.py
[flake8]
show-source = True
max-line-length = 120

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='snappass',
version='1.4.1',
version='1.4.2',
description="It's like SnapChat... for Passwords.",
long_description=(open('README.rst').read() + '\n\n' +
open('AUTHORS.rst').read()),

View file

@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.4.2'