diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-06-03 02:19:25 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-06-03 02:19:25 +0000 |
| commit | f4fc97209372be9399682ef969815a3557ceda88 (patch) | |
| tree | d81229a27436a16966a7437cd1fb809366bc31b4 /docutils/__init__.py | |
| parent | f43900b985a1c3fae98d7a99847250750039b6b4 (diff) | |
| download | docutils-f4fc97209372be9399682ef969815a3557ceda88.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1374 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/__init__.py')
| -rw-r--r-- | docutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/__init__.py b/docutils/__init__.py index 9c1f2569f..4020133f9 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -55,7 +55,7 @@ Subpackages: __docformat__ = 'reStructuredText' -__version__ = '0.2.8' +__version__ = '0.2.9' """``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. The minor number is bumped whenever there is a project release. The major number |
