Version bump 0.3.0

This commit is contained in:
Ben Lopatin
2016-04-08 13:50:46 -04:00
parent 46051fd248
commit bd508cdcee
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -2,6 +2,11 @@
Changelog
=========
0.3.0
=====
* Added method to unsuspend suspended user
0.2.0
=====
+2 -2
View File
@@ -53,9 +53,9 @@ copyright = u'2014, Marc Sibson'
# built documents.
#
# The short X.Y version.
version = '0.2.0'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -1
View File
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'