Fix version and add history

This commit is contained in:
Ben Lopatin
2020-10-02 10:09:35 -04:00
parent ffbd47868d
commit ce7038b05d
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -3,6 +3,12 @@
Release history
===============
1.1.1
-----
- Fix for empty dictionary and 413 API response
- Fix for getting member groups
1.1.0
-----
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.1.0"
__version__ = "1.1.1"
from pydiscourse.client import DiscourseClient