diff --git a/README.rst b/README.rst index b5503eb..950124d 100644 --- a/README.rst +++ b/README.rst @@ -259,16 +259,25 @@ Important Notes Version History --------------- + +version NEXT + - + +version 0.7.3 + - Saving emails (thx @agusmakmun) + - Update dependencies (thx @justinmerrell) + - Update doc (thx @Michael1142) + version 0.7.2 - -- Adjusted released version number + - Adjusted released version number version 0.7.0 - -- Updated and Fixed the tox test suite (thx @thenewguy) - -- Added GitHub action to run test and deploy to PiPy - -- Updated all upstream project javascript code + - Updated and Fixed the tox test suite (thx @thenewguy) + - Added GitHub action to run test and deploy to PiPy + - Updated all upstream project javascript code version 0.6.7 - -- Fixed missing migration files (thx @thenewguy) + - Fixed missing migration files (thx @thenewguy) version 0.6.6 - Added automatic feedback button insert (thx @thenewguy) diff --git a/setup.cfg b/setup.cfg index c89699a..1b3363e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-tellme -version = 0.6.7 +version = 0.7.3 url = https://github.com/ludrao/django-tellme author = Ludrao author_email = ludrao@ludrao.net diff --git a/setup.py b/setup.py index 3a2e0bc..98f7844 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-tellme', - version='0.7.2', + version='0.7.3', packages=['tellme'], include_package_data=True, license='BSD License',