summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py2
-rw-r--r--poezio/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index af30d8ba..636f812e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -55,7 +55,7 @@ copyright = '%s, Mathieu Pasquet - Florent Le Coz - Emmanuel Gil Peyrot' % time.
# The short X.Y version.
version = '0.13'
# The full version, including alpha/beta/rc tags.
-release = '0.13.1'
+release = '0.13.2'
add_function_parentheses = True
diff --git a/poezio/version.py b/poezio/version.py
index 6defd704..6b6d3d4a 100644
--- a/poezio/version.py
+++ b/poezio/version.py
@@ -1,2 +1,2 @@
-__version__ = '0.13.1'
-__version_info__ = (0, 13, 1)
+__version__ = '0.13.2'
+__version_info__ = (0, 13, 2)