Skip to content

Commit 4427dde

Browse files
committed
adjusted version to release 0.7.1
1 parent 5e772c6 commit 4427dde

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ Important Notes
259259

260260
Version History
261261
---------------
262+
version 0.7.1
263+
-- Adjusted sdist action to release to PyPi
264+
262265
version 0.7.0
263266
-- Updated and Fixed the tox test suite (thx @thenewguy)
264267
-- Added GitHub action to run test and deploy to PiPy

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='django-tellme',
12-
version='0.7.0',
12+
version='0.7.1',
1313
packages=['tellme'],
1414
include_package_data=True,
1515
license='BSD License',

0 commit comments

Comments
 (0)