diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-11 16:52:12 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-11 16:52:12 +0000 |
| commit | f2ebd1581ab062d17ddba5b048638a31359d457d (patch) | |
| tree | 5a9c78a6497391b80eacd028898cf47b2cc095fa /docutils/__init__.py | |
| parent | a44b5de1505f9c828fe7cc513460b392bb890f8d (diff) | |
| download | docutils-f2ebd1581ab062d17ddba5b048638a31359d457d.tar.gz | |
Release 0.6: set version number to 0.7
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6171 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 eca962fca..035e2bdcd 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -49,7 +49,7 @@ Subpackages: __docformat__ = 'reStructuredText' -__version__ = '0.6' +__version__ = '0.7' """``major.minor.micro`` version number. The micro number is bumped for API changes, for new functionality, and for interim project releases. The minor number is bumped whenever there is a significant project release. The major |
