Version bump 0.9.0

This commit is contained in:
Ben Lopatin
2019-04-21 13:53:29 -04:00
parent 53cc24744f
commit 9198a1d549
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -3,6 +3,12 @@
Release history
===============
0.9.0
-----
- Added rate limiting support
- Added some support for user activation
0.8.0
-----
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2014, Marc Sibson'
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.9.0'
# 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.8.0"
__version__ = "0.9.0"
from pydiscourse.client import DiscourseClient