summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2013-09-25 09:34:33 +0200
committerHanno Schlichting <hanno@hannosch.eu>2013-09-25 09:34:33 +0200
commitb14d23cd0c085792a2f950fbe10d2f9fafd9911e (patch)
tree04538ef148602962e46debb6b47c0ad35355a11a
parent36b72a3ff416a5af8a8bb270e30d3176938e19b0 (diff)
downloadkazoo-b14d23cd0c085792a2f950fbe10d2f9fafd9911e.tar.gz
prepare1.3.1
-rw-r--r--CHANGES.rst4
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5efe170..8fcb620 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
Changelog
=========
-1.4 (unreleased)
-----------------
+1.3.1 (2013-09-25)
+------------------
Bug Handling
************
diff --git a/docs/conf.py b/docs/conf.py
index bdb7cc4..7cf39e1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,9 +65,9 @@ copyright = u'2011-2013, Kazoo team'
# built documents.
#
# The short X.Y version.
-version = '1.4'
+version = '1.3'
# The full version, including alpha/beta/rc tags.
-release = '1.4'
+release = '1.3.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index e62dbf9..a41a4e0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-__version__ = '1.4'
+__version__ = '1.3.1'
import os
import sys