Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
v1.7.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Oct 25, 2021
1 parent 52b8ed0 commit 4889941
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.6.4
current_version = 1.7.0
message = v{new_version} released
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<prerel>alpha|beta|dev|rc)(?P<release>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion Aspidites/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.6.4'
__version__ = '1.7.0'
__title__ = 'Aspidites'
__author__ = 'Ross J. Duff'
__license__ = "GPL"
Expand Down
2 changes: 1 addition & 1 deletion Aspidites/woma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from contextlib import contextmanager
from functools import lru_cache

__version__ = '1.6.4'
__version__ = '1.7.0'


def woma_version():
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**unreleased**
**v1.7.0**
**v1.6.4**

- be29934 document module body
Expand Down
2 changes: 1 addition & 1 deletion aspidites.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Aspidites</id>
<title>Aspidites</title>
<version>1.6.4</version>
<version>1.7.0</version>
<authors>Ross J. Duff</authors>
<owners>Myself</owners>
<summary>Woma Programming Language Compiler</summary>
Expand Down

0 comments on commit 4889941

Please sign in to comment.