Version bump 0.3.2

This commit is contained in:
Ben Lopatin
2016-04-17 11:36:09 -04:00
parent 5806beef34
commit 8304e7b2f5
4 changed files with 11 additions and 2 deletions
+4
View File
@@ -1,2 +1,6 @@
(Based on original authors list and may be incomplete)
Marc Sibson
James Potter
Ben Lopatin
Daniel Zohar
+5
View File
@@ -3,6 +3,11 @@
Release history
===============
0.3.2
-----
* SSO functionality fixes
0.3.1
-----
+1 -1
View File
@@ -53,7 +53,7 @@ copyright = u'2014, Marc Sibson'
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '0.3.1'
__version__ = '0.3.2'
from pydiscourse.client import DiscourseClient