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

Commit

Permalink
Bump version: 0.10.1 → 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 22, 2021
1 parent 2f76359 commit 31c0234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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 = 0.10.1
current_version = 0.11.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
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__ = '0.10.1'
__version__ = '0.11.0'
__title__ = 'Aspidites'
__author__ = 'Ross J. Duff'
__license__ = "GPL"
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**
**v0.11.0**
**v0.10.1**

- 63d0548 refactor CheckedFileStack class and compiler.py functions to used pathlib
Expand Down

0 comments on commit 31c0234

Please sign in to comment.