summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-04-16 15:16:24 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-04-16 15:16:24 +0000
commite6e72312d4b0a56b625c7e40ed9ffbf265c1d33b (patch)
tree015260d2387e9d28dbf6270b78f146ff5564b758 /docutils/__init__.py
parentbee6561efe398179e59d465218a0aaefc9bf024b (diff)
downloaddocutils-e6e72312d4b0a56b625c7e40ed9ffbf265c1d33b.tar.gz
bumped micro version due to API changes (interpreted text roles, and accumulated changes to date)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1944 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/__init__.py')
-rw-r--r--docutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/__init__.py b/docutils/__init__.py
index 304e90ca4..dcf1fb8f9 100644
--- a/docutils/__init__.py
+++ b/docutils/__init__.py
@@ -51,7 +51,7 @@ Subpackages:
__docformat__ = 'reStructuredText'
-__version__ = '0.3.1'
+__version__ = '0.3.2'
"""``major.minor.micro`` version number. The micro number is bumped any time
there's a change in the API incompatible with one of the front ends or
significant new functionality. The minor number is bumped whenever there is a