diff --git a/CHANGES.rst b/CHANGES.rst index d12e827..0efd0a5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 0.3.8 +------------- + +- Better support for `dramatiq.results.Results` + + Version 0.3.7 ------------- diff --git a/docs/conf.py b/docs/conf.py index 33dd62c..2af3635 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '0.3.7' +version = '0.3.8' # The full version, including alpha/beta/rc tags. -release = '0.3.7' +release = '0.3.8' # 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.7' +# html_title = 'Flask-Melodramatiq v0.3.8' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.py b/setup.py index 8ab172f..7894034 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def rel(*xs): setup( name='Flask-Melodramatiq', - version='0.3.7', + version='0.3.8', url='https://github.com/epandurski/flask_melodramatiq', license='MIT', author='Evgeni Pandurski',