Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cf6465f8c | |||
| 855d6412ef |
+10
@@ -3,6 +3,16 @@
|
||||
Release history
|
||||
===============
|
||||
|
||||
1.0.0 (2019-12-04)
|
||||
------------------
|
||||
|
||||
This is a *potentially* breaking change if you're working with a significantly older Discourse deployment.
|
||||
It's not entirely clear if header based authentication has been available since day 1 or was introduced in
|
||||
a recent version (you should be fine! ... but caveat emptor).
|
||||
|
||||
- Adds new invitation methods
|
||||
- Hard switch from query param based authorization to header-based authorization
|
||||
|
||||
0.9.0
|
||||
-----
|
||||
|
||||
|
||||
+2
-2
@@ -51,9 +51,9 @@ copyright = u'2014, Marc Sibson'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.9'
|
||||
version = '1.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.9.0'
|
||||
release = '1.0.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = "0.9.0"
|
||||
__version__ = "1.0.0"
|
||||
|
||||
from pydiscourse.client import DiscourseClient
|
||||
|
||||
Reference in New Issue
Block a user