diff options
| author | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2014-09-01 23:20:28 +0900 |
|---|---|---|
| committer | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2014-09-01 23:20:28 +0900 |
| commit | b4620a38887b1195b26e7b2fa5552bbfd2b9f6b7 (patch) | |
| tree | 002ed5b711ab9be349412ec717bc9f04b92d7503 /sphinx/__init__.py | |
| parent | b7629471e541c5166c4a4da7276aedca3c674c0b (diff) | |
| download | sphinx-git-1.2.tar.gz | |
Diffstat (limited to 'sphinx/__init__.py')
| -rw-r--r-- | sphinx/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 023d46467..acee982f7 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,12 +15,12 @@ import sys from os import path -__version__ = '1.2.2+' -__released__ = '1.2.2' # used when Sphinx builds its own docs +__version__ = '1.2.3' +__released__ = '1.2.3' # used when Sphinx builds its own docs # version info for better programmatic use # possible values for 3rd element: 'alpha', 'beta', 'rc', 'final' # 'final' has 0 as the last element -version_info = (1, 2, 2, 'final', 0) +version_info = (1, 2, 3, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
