Skip to content

Commit 5fdc209

Browse files
committed
start dev 0.38
1 parent 95fe713 commit 5fdc209

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Changes
1010
=======
1111

1212

13+
0.38.0 (*unreleased*)
14+
======================
15+
16+
17+
1318
0.37.0 (*2026-02-09*)
1419
======================
1520

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, 37, 0)
2+
VERSION = (0, 38, 0, 'dev')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "doit"
8-
version = "0.37.0"
8+
version = "0.38.0.dev0"
99
description = "doit - Automation Tool"
1010
license = {text = "MIT"}
1111
readme = "pypi_long_description.rst"

0 commit comments

Comments
 (0)