Skip to content

Commit

Permalink
Release 0.7.0 (#42)
Browse files Browse the repository at this point in the history
Changes:
- Remove pinned versions from example app dependencies (#41)
- add argument to add/remove x-csp header (#39)
- Use Nox instead of tox. (#37)
- Minor CSP specific updates. (#36)
- Fix typo in README.rst (#35)
  • Loading branch information
theacodes committed May 28, 2019
1 parent 978cd1b commit cae1475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
name='flask-talisman',

version='0.6.0',
version='0.7.0',

description='HTTP security headers for Flask.',
long_description=long_description,
Expand Down

0 comments on commit cae1475

Please sign in to comment.