Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jan 15, 2021
1 parent d1ab989 commit 9347df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ webscaff changelog
==================


Unreleased
----------
v0.3.0 [2021-01-15]
-------------------
+ New 'cfg' command.
* Enhance 'run.initialize' command: save progress to be able to resume.
* Enhance 'sys.cat' command: add 'printout' param.
Expand Down
2 changes: 1 addition & 1 deletion webscaff/__init__.py
@@ -1,6 +1,6 @@


VERSION = (0, 2, 1)
VERSION = (0, 3, 0)
"""Application version number tuple."""

VERSION_STR = '.'.join(map(str, VERSION))
Expand Down

0 comments on commit 9347df9

Please sign in to comment.