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 Feb 28, 2019
1 parent fe6329f commit a40c3b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ ctyped changelog
================


Unreleased
----------
v0.3.0
------
+ 'functions_prefix' context manager is replaced by advanced 'scope'.


Expand Down
4 changes: 2 additions & 2 deletions ctyped/__init__.py
@@ -1,7 +1,7 @@


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

VERSION_STR = '.'.join(map(str, VERSION))
"""Application version number string."""
"""Application version number string."""

0 comments on commit a40c3b3

Please sign in to comment.