Preparing release 0.8.1

legacy/0.8 0.8.1
Martin Zimmermann 10 years ago
parent 52c41eef44
commit d5f3a118bb

@ -1,8 +1,8 @@
Changelog for Isso
==================
0.8 (2014-03-28)
----------------
0.8.1 (2014-03-29)
------------------
- replace ``<textarea>`` with ``<div contentedtiable="true">`` to remove the
sluggish auto-resize on input feature. If you use a custom CSS, replace

@ -17,7 +17,7 @@ else:
setup(
name='isso',
version='0.8',
version='0.8.1',
author='Martin Zimmermann',
author_email='info@posativ.org',
packages=find_packages(),

Loading…
Cancel
Save