Skip to content

Commit 554182a

Browse files
committed
start 0.36 development.
1 parent e34a393 commit 554182a

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
Changes
1010
=======
1111

12+
13+
0.36.0 (*unreleased*)
14+
=====================
15+
16+
17+
18+
1219
0.35.0 (*2022-04-07*)
1320
=====================
1421

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@ Update version number at:
251251
twine upload dist/doit-X.Y.Z.tar.gz
252252
twine upload dist/doit-X.Y.Z-py3-none-any.whl
253253
254+
Remember to push GIT tags::
255+
256+
git push --tags
257+
258+
254259

255260
contributing
256261
==============

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Eduardo Schettino (schettino72)'
2525

2626
# The short X.Y version
27-
version = '0.35'
27+
version = '0.36'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.35.0'
29+
release = '0.36.dev0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

doit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""doit version, defined out of __init__.py to avoid circular reference"""
2-
VERSION = (0, 35, 0)
2+
VERSION = (0, 36, 'dev0')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def task_draw():
106106

107107
setup(name = 'doit',
108108
description = 'doit - Automation Tool',
109-
version = '0.35.0',
109+
version = '0.36.dev0',
110110
license = 'MIT',
111111
author = 'Eduardo Naufel Schettino',
112112
author_email = '[email protected]',

0 commit comments

Comments
 (0)