Skip to content

Commit

Permalink
adjusted version to release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thenewguy committed Feb 23, 2021
1 parent 5e772c6 commit 4427dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ Important Notes

Version History
---------------
version 0.7.1
-- Adjusted sdist action to release to PyPi

version 0.7.0
-- Updated and Fixed the tox test suite (thx @thenewguy)
-- Added GitHub action to run test and deploy to PiPy
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.0',
version='0.7.1',
packages=['tellme'],
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit 4427dde

Please sign in to comment.