summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-29 19:22:10 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-29 19:22:10 +0000
commitc61ca0c471901af237277d5700c4c22b04e4d3d3 (patch)
treeff19fd053bd89c5ee4b7e872cc6108061d566a38 /docutils/__init__.py
parentb420a45b82cdbf20cd36de98690e4e15235c80e6 (diff)
downloaddocutils-c61ca0c471901af237277d5700c4c22b04e4d3d3.tar.gz
added version suffix for snapshots
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3411 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/__init__.py')
-rw-r--r--docutils/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docutils/__init__.py b/docutils/__init__.py
index 10bc7fd46..fbac8caad 100644
--- a/docutils/__init__.py
+++ b/docutils/__init__.py
@@ -58,6 +58,8 @@ number is bumped whenever there is a significant project release. The major
number will be bumped when the project is feature-complete, and perhaps if
there is a major change in the design."""
+__version_suffix__ = ''
+"""Version suffix for snapshots (e.g. ', 2005-05-29, r3410')."""
class ApplicationError(StandardError): pass
class DataError(ApplicationError): pass