File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- Version 1.5.0 (in development)
2- ------------------------------
1+ Version 1.5.0
2+ -------------
3+ * Added support for "2 week" secret lifetimes.
4+ * The ``NO_SSL `` environment variable is now propertly parsed.
35* The ``URL_PREFIX `` environment variable can be used to add a prefix to URLs,
46 which is useful when running behind a reverse proxy like nginx.
7+ * Prevent prefetching bots from destroying secrets.
58* Replaced mockredis with fakeredis in the unit test environment.
69* Added support for Python 3.8.
710
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.4.3
2+ current_version = 1.5.0
33commit = True
44tag = True
55files = setup.py snappass/__init__.py
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'snappass' ,
5- version = '1.5.0.dev0 ' ,
5+ version = '1.5.0' ,
66 description = "It's like SnapChat... for Passwords." ,
77 long_description = (open ('README.rst' ).read () + '\n \n ' +
88 open ('AUTHORS.rst' ).read ()),
Original file line number Diff line number Diff line change 1- __version__ = '1.4.2 '
1+ __version__ = '1.5.0 '
You can’t perform that action at this time.
0 commit comments