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

Commit

Permalink
v1.15.7 released
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Nov 14, 2021
1 parent 725c074 commit c8f84ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
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.15.6"
__version__ = "1.15.7"
__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.15.6"
__version__ = "1.15.7"


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.15.7**
**v1.15.6**

- a0265f9 fix windows build
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.15.6</version>
<version>1.15.7</version>
<authors>Ross J. Duff</authors>
<owners>Myself</owners>
<summary>Woma Programming Language Compiler</summary>
Expand Down
2 changes: 1 addition & 1 deletion dev/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.15.6
current_version = 1.15.7
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

0 comments on commit c8f84ac

Please sign in to comment.