We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e772c6 commit d2f249cCopy full SHA for d2f249c
README.rst
@@ -259,6 +259,9 @@ Important Notes
259
260
Version History
261
---------------
262
+version 0.7.2
263
+ -- Adjusted released version number
264
+
265
version 0.7.0
266
-- Updated and Fixed the tox test suite (thx @thenewguy)
267
-- Added GitHub action to run test and deploy to PiPy
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='django-tellme',
12
- version='0.7.0',
+ version='0.7.2',
13
packages=['tellme'],
14
include_package_data=True,
15
license='BSD License',
0 commit comments