Bump version 1.1.0

This commit is contained in:
Ben Lopatin
2020-07-21 17:19:11 -04:00
parent 5d334f1d80
commit 3a4af08827
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -3,6 +3,16 @@
Release history
===============
1.1.0
-----
- Added ability to follow redirects in requests
1.0.0
-----
- Authenticate with headers
0.9.0
-----
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2014, Marc Sibson'
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '1.1.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.9.0"
__version__ = "1.1.0"
from pydiscourse.client import DiscourseClient