Skip to content

Commit

Permalink
Resume development of runcommands at 1.0a71
Browse files Browse the repository at this point in the history
  • Loading branch information
wylee committed Jun 20, 2022
1 parent d421bda commit a9ea67d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# RunCommands

## 1.0a71 - unreleased

In progress...

## 1.0a70 - 2022-06-19

- Allow default arg values to be specified via environment variables
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "runcommands"
version = "1.0a70"
version = "1.0a71.dev0"
license = "MIT"
description = "A framework for writing console scripts and running commands"
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion src/runcommands/__init__.py
Expand Up @@ -2,7 +2,7 @@
from .command import command, subcommand
from .util import abort, confirm, printer

__version__ = "1.0a70"
__version__ = "1.0a71.dev0"

__all__ = [
"__version__",
Expand Down

0 comments on commit a9ea67d

Please sign in to comment.