diff --git a/CHANGES.rst b/CHANGES.rst index 3e1483d..e37aa25 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +Version 0.3.4 +------------- + +- Added `RabbitmqBroker.publish_message()` method. +- Added `.circleci` directory + + Version 0.3.3 ------------- diff --git a/docs/conf.py b/docs/conf.py index 6fb196b..8632661 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '0.3.3' +version = '0.3.4' # The full version, including alpha/beta/rc tags. -release = '0.3.3' +release = '0.3.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -138,7 +138,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = 'Flask-Melodramatiq v0.3.3' +# html_title = 'Flask-Melodramatiq v0.3.4' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.py b/setup.py index a0ed6c4..776ee64 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def rel(*xs): setup( name='Flask-Melodramatiq', - version='0.3.3', + version='0.3.4', url='https://github.com/epandurski/flask_melodramatiq', license='MIT', author='Evgeni Pandurski',