summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index a48859863..8092d6cad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 0.5.2 (in development)
-==============================
+Release 0.5.2 (Mar 24, 2009)
+============================
* Properly escape ``|`` in LaTeX output.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 0915f86be..48a5a869d 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
__revision__ = '$Revision$'
-__version__ = '0.5.2b1'
-__released__ = '0.5.2b1'
+__version__ = '0.5.2'
+__released__ = '0.5.2'
def main(argv=sys.argv):