Skip to content

Commit 95b1d6d

Browse files
committed
Resume development of runcommands at 1.0a72
1 parent 59a9de6 commit 95b1d6d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RunCommands
22

3+
## 1.0a72 - unreleased
4+
5+
In progress...
6+
37
## 1.0a71 - 2022-12-02
48

59
- Added support for Python 3.10 and 3.11. Initially, this just means

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "runcommands"
3-
version = "1.0a71"
3+
version = "1.0a72.dev0"
44
license = "MIT"
55
description = "A framework for writing console scripts and running commands"
66
readme = "README.rst"

src/runcommands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .command import command, subcommand
33
from .util import abort, confirm, printer
44

5-
__version__ = "1.0a71"
5+
__version__ = "1.0a72.dev0"
66

77
__all__ = [
88
"__version__",

0 commit comments

Comments
 (0)