Skip to content

Commit

Permalink
Version 2.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Nov 19, 2013
1 parent 710ad18 commit f6923b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Expand Up @@ -2,6 +2,11 @@
CHANGES
=======

v2.0.3
======

- Disable CSP on built-in error pages.

v2.0.1 & v2.0.2
===============

Expand Down
2 changes: 1 addition & 1 deletion csp/__init__.py
@@ -1,2 +1,2 @@
VERSION = (2, 0, 2)
VERSION = (2, 0, 3)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit f6923b8

Please sign in to comment.