diff --git a/HISTORY.rst b/HISTORY.rst index edffcbd..6557653 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release history =============== +0.5.0 +----- + +* Adds badges functionality + 0.4.0 ----- diff --git a/docs/conf.py b/docs/conf.py index 98575c3..3b2a6c1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, Marc Sibson' # built documents. # # The short X.Y version. -version = '0.4' +version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.4.0' +release = '0.5.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 0d5eeb8..ee93f78 100644 --- a/pydiscourse/__init__.py +++ b/pydiscourse/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '0.4.0' +__version__ = '0.5.0' from pydiscourse.client import DiscourseClient