Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Oct 6, 2018
1 parent 3882d59 commit 7bb822e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# textX changelog

* ?? Release 1.8.0
* 2018-10-06 Release 1.8.0

- https://github.com/igordejanovic/textX/pull/71
- Regular expression with group support
- See [the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
download_url='https://github.com/igordejanovic/textX/archive/v%s.tar.gz'
% VERSION,
packages=["textx", "textx.commands", "textx.scoping"],
install_requires=["Arpeggio>=1.8.0"],
install_requires=["Arpeggio>=1.9.0"],
tests_require=[
'pytest',
],
Expand Down
2 changes: 1 addition & 1 deletion textx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
TextXSemanticError
from textx.langapi import get_language, iter_languages

__version__ = "1.7.1"
__version__ = "1.8.0"

0 comments on commit 7bb822e

Please sign in to comment.