Move to version 1.5.0 (in development)

Also start the changelog for this next release.
This commit is contained in:
Jon Parise 2019-08-09 14:40:07 -07:00
parent 5747ee2d14
commit 28d9e1e089
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Version 1.5.0 (in development)
------------------------------
* The ``URL_PREFIX`` environment variable can be used to add a prefix to URLs,
which is useful when running behind a reverse proxy like nginx.
* Replaced mockredis with fakeredis in the unit test environment.
Version 1.4.2 Version 1.4.2
------------- -------------
* Various minor README and documentation improvements * Various minor README and documentation improvements

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='snappass', name='snappass',
version='1.4.2', version='1.5.0.dev0',
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()),