Version bump 0.6.0

This commit is contained in:
Ben Lopatin
2016-07-22 08:48:57 -04:00
parent 6bd73fdd5c
commit acdcb03283
4 changed files with 10 additions and 3 deletions
+2
View File
@@ -4,3 +4,5 @@ Marc Sibson
James Potter
Ben Lopatin
Daniel Zohar
Matheus Fernandes
Scott Nixon
+5
View File
@@ -3,6 +3,11 @@
Release history
===============
0.6.0
-----
* Adds method to add user to group by user ID
0.5.0
-----
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2014, Marc Sibson'
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.6.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.5.0'
__version__ = '0.6.0'
from pydiscourse.client import DiscourseClient