summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2017-03-27 13:55:09 +0300
committerIonel Cristian Mărieș <contact@ionelmc.ro>2017-03-27 13:55:09 +0300
commit82f173cf757a0f82f2b3f40a43a306d2611d6e3a (patch)
tree19f1d1505f8072cc2ac5a74f28d3e45d01a53a21 /docs
parent5f8ea3afd71db76a933f62f450a030ddd99545ad (diff)
Bump version: 1.3.0 → 1.3.1
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4a0fffc..be4aa37 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ project = 'tblib'
year = '2013-2017'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
-version = release = '1.3.0'
+version = release = '1.3.1'
pygments_style = 'trac'
templates_path = ['.']