summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-06-12 21:37:52 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-06-12 21:37:52 +0900
commit93b3860597571545d3f2d57af376562b193f9d3f (patch)
treeb3f340d3baad569fa6145d77e8eafdf5f2ab08d9
parentb054a79e636dc6bee8621881bb6166adeb0caee0 (diff)
downloadsphinx-git-1.4.4.tar.gz
Bump to 1.4.4 finalv1.4.4
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py6
2 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 4419688d3..25b628210 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.4.4 (in development)
-==============================
+Release 1.4.4 (released Jun 12, 2016)
+=====================================
Bugs fixed
----------
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 55a13fcbb..252f24ede 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,13 +15,13 @@
import sys
from os import path
-__version__ = '1.4.3+'
-__released__ = '1.4.3' # used when Sphinx builds its own docs
+__version__ = '1.4.4'
+__released__ = '1.4.4' # 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, 4, 4, 'beta', 1)
+version_info = (1, 4, 4, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))