Version bump 0.7.0

This commit is contained in:
Ben Lopatin
2016-09-09 10:09:22 -04:00
parent 811453a129
commit 22bf3b088e
4 changed files with 10 additions and 3 deletions
+1
View File
@@ -6,3 +6,4 @@ Ben Lopatin
Daniel Zohar
Matheus Fernandes
Scott Nixon
Jason Dorweiler
+6
View File
@@ -3,6 +3,12 @@
Release history
===============
0.7.0
-----
* Place request parameters in the request body for POST and PUT requests.
Allows larger request sizes and solves for `URI Too Large` error.
0.6.0
-----
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2014, Marc Sibson'
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.7.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.6.0'
__version__ = '0.7.0'
from pydiscourse.client import DiscourseClient