diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2013-07-22 08:28:06 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2013-07-22 08:28:06 +0000 |
| commit | f601e75fb039a81647d15aee6338bdb5d4f260f1 (patch) | |
| tree | 994fecabd9d2399e349efc251f83827945e35e34 /docutils/__init__.py | |
| parent | 85b9b48e0bdc1c212766a1c76e81ae5e655a6ad6 (diff) | |
| download | docutils-f601e75fb039a81647d15aee6338bdb5d4f260f1.tar.gz | |
Release 0.11: set version number to 0.12
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7699 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 82698196d..43239297e 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -52,7 +52,7 @@ Subpackages: __docformat__ = 'reStructuredText' -__version__ = '0.11' +__version__ = '0.12' """``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 |
