diff --git a/README.rst b/README.rst index 63b98ed..ef483e0 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,12 @@ open source as well. You don't need this add-on in order to run Kiwi TCMS! Changelog --------- +v0.8.1 (15 Jan 2020) +~~~~~~~~~~~~~~~~~~~~ + +- Replace ``ugettext_lazy`` with ``gettext_lazy`` for Django 3.0 + + v0.8 (07 Jan 2020) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index a1b63f1..a9a3dd5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-marketplace', - version='0.8', + version='0.8.1', description='GitHub Marketplace integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',