Preparing 0.12.1.
This commit is contained in:
parent
12766c1e88
commit
534d35e3c6
@ -1,7 +1,7 @@
|
|||||||
Changelog for Isso
|
Changelog for Isso
|
||||||
==================
|
==================
|
||||||
|
|
||||||
0.12.1 (UNRELEASED)
|
0.12.1 (2019-01-19)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Revert fix for duplicate slashes, as it prevents isso from
|
- 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``
|
* Run ``python3 setup.py nosetests``, ``python2 setup.py nosetests``
|
||||||
* Update version number in ``setup.py`` and ``CHANGES.rst``
|
* 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}``
|
* ``git tag -as ${VERSION}``
|
||||||
* ``make init all``
|
* ``make init all``
|
||||||
* ``./setup.py sdist``
|
* ``./setup.py sdist``
|
||||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ elif (3, 0) <= sys.version_info < (3, 4):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='isso',
|
name='isso',
|
||||||
version='0.12.1dev0',
|
version='0.12.1',
|
||||||
author='Martin Zimmermann',
|
author='Martin Zimmermann',
|
||||||
author_email='info@posativ.org',
|
author_email='info@posativ.org',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
Loading…
Reference in New Issue
Block a user