Skip to content

Commit

Permalink
ver 1.1.4 released
Browse files Browse the repository at this point in the history
  • Loading branch information
mwojnars committed Jul 19, 2021
1 parent 3cc586b commit d40c039
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [1.1.4] -
## [1.1.4] - 2021-07-20

- Bug fix: exception raised in a "try" block caused "dedent" operations to be skipped,
leading to incorrect calculation of indentations of subsequent blocks.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = hypertag-lang
version = 1.1.3
version = 1.1.4
author = Marcin Wojnarski
author_email = [email protected]
description = Modern language for markup generation with Python-like concise syntax, custom tags & Django integration. HTML templates reinvented.
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Test, build & upload to PyPI:
# $ tox -r
# $ python3 -m build
# $ python3 -m twine upload dist/* -- use __token__ as username


[tox]
envlist = py35,py3
isolated_build = True
Expand Down

0 comments on commit d40c039

Please sign in to comment.