Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-24 11:17:24 +0300
committerGeorg Brandl <georg@python.org>2009-03-24 11:17:24 +0300
commitecf20b3f7bf13aed37ec4d331520582c76c973d5 (patch)
tree62ef1e656c75637b4bbd5a8f2f35ef0dfee428e6
parentcdfa0635410b81de311d74792c53e65daddfb613 (diff)
Update for 0.5.2 final.v0.5.20.5.20.5
-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):