Skip to content

Commit 4fe2429

Browse files
committed
Start on 0.12.2.
1 parent 534d35e commit 4fe2429

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog for Isso
22
==================
33

4+
0.12.2 (UNRELEASED)
5+
-------------------
6+
7+
48
0.12.1 (2019-01-19)
59
-------------------
610

docs/releasing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Releasing steps
66
* ``git commit -m "Preparing ${VERSION}" setup.py CHANGES.rst``
77
* ``git tag -as ${VERSION}``
88
* ``make init all``
9-
* ``./setup.py sdist``
10-
* ``twine upload dist/isso-${VERSION}.tar.gz``
9+
* ``python3 setup.py sdist``
10+
* ``twine upload --sign dist/isso-${VERSION}.tar.gz``

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='isso',
18-
version='0.12.1',
18+
version='0.12.2dev0',
1919
author='Martin Zimmermann',
2020
author_email='[email protected]',
2121
packages=find_packages(),

0 commit comments

Comments
 (0)