Move to version 1.5.0 (in development)
Also start the changelog for this next release.
This commit is contained in:
parent
5747ee2d14
commit
28d9e1e089
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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()),
|
||||||
|
|
Loading…
Reference in a new issue