diff --git a/.gitignore b/.gitignore index d140dbe..4bb1a63 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ man/ .eggs/ .venv/ bin +.cache/ diff --git a/CHANGES.rst b/CHANGES.rst index 3f85d38..eb274d1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -2.5.0 (unreleased) +2.5.0 (2015-10-27) ------------------ - Fix HTML cleaning code in --pypi-strict mode (`#33 diff --git a/src/restview/restviewhttp.py b/src/restview/restviewhttp.py index 36d2828..40804b1 100755 --- a/src/restview/restviewhttp.py +++ b/src/restview/restviewhttp.py @@ -66,7 +66,7 @@ unicode = str -__version__ = "2.5.0.dev0" +__version__ = "2.5.0" # If restview is ever packaged for Debian, this'll likely be changed to