Skip to content

Commit

Permalink
Resume development of runcommands at 1.0a68
Browse files Browse the repository at this point in the history
  • Loading branch information
wylee committed Jun 21, 2021
1 parent b2d4ae3 commit 37e1c00
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.0a68 - unreleased

In progress...

## 1.0a67 - 2021-06-20

- Use [Rich](https://pypi.org/project/rich/) for color printing and
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "runcommands"
version = "1.0a67"
version = "1.0a68.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.0a67"
__version__ = "1.0a68.dev0"

__all__ = [
"__version__",
Expand Down

0 comments on commit 37e1c00

Please sign in to comment.