Preparing 0.12.1.

master
Jelmer Vernooij 5 years ago
parent 12766c1e88
commit 534d35e3c6
No known key found for this signature in database
GPG Key ID: 579C160D4C9E23E8

@ -1,7 +1,7 @@
Changelog for Isso
==================
0.12.1 (UNRELEASED)
0.12.1 (2019-01-19)
-------------------
- Revert fix for duplicate slashes, as it prevents isso from

@ -3,7 +3,7 @@ Releasing steps
* Run ``python3 setup.py nosetests``, ``python2 setup.py nosetests``
* Update version number in ``setup.py`` and ``CHANGES.rst``
* ``git commit -m "Preparing ${VERSION}"``
* ``git commit -m "Preparing ${VERSION}" setup.py CHANGES.rst``
* ``git tag -as ${VERSION}``
* ``make init all``
* ``./setup.py sdist``

@ -15,7 +15,7 @@ elif (3, 0) <= sys.version_info < (3, 4):
setup(
name='isso',
version='0.12.1dev0',
version='0.12.1',
author='Martin Zimmermann',
author_email='info@posativ.org',
packages=find_packages(),

Loading…
Cancel
Save