Skip to content

Commit

Permalink
Prepare for 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ludrao committed Jan 19, 2022
1 parent 5fb447a commit e9366ba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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 = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e9366ba

Please sign in to comment.