diff --git a/HISTORY.rst b/HISTORY.rst index d13d513..20bcb8a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ Changelog ========= +0.3.0 +===== + +* Added method to unsuspend suspended user + 0.2.0 ===== diff --git a/docs/conf.py b/docs/conf.py index fd94d9d..e078e06 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ copyright = u'2014, Marc Sibson' # built documents. # # The short X.Y version. -version = '0.2.0' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2.0' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pydiscourse/__init__.py b/pydiscourse/__init__.py index 7fd229a..0404d81 100644 --- a/pydiscourse/__init__.py +++ b/pydiscourse/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.3.0'