We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918efa0 commit ac2d910Copy full SHA for ac2d910
README.rst
@@ -229,7 +229,8 @@ Important Notes
229
230
Version History
231
---------------
232
-version *next* (in progress)
+version 0.6.6
233
+ - Added automatic feedback button insert (thx @thenewguy)
234
- Added a settable notification function (thx @ZuluPro)
235
- Added automatic test and code coverage system (thx @ZuluPro)
236
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='django-tellme',
12
- version='0.6.5',
+ version='0.6.6',
13
packages=['tellme'],
14
include_package_data=True,
15
license='BSD License',
0 commit comments