Skip to content

Commit

Permalink
prepare for 4.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Oct 14, 2017
1 parent 90e0348 commit 4dbaff8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,23 @@ The format of this *Change Log* is inspired by `keeapachangelog.org`_.

`X.Y.Z`_ @ 2017
---------------
.. _X.Y.Z: https://github.com/apalala/tatsu/compare/v4.2.3...master
.. _X.Y.Z: https://github.com/apalala/tatsu/compare/v4.2.4...master


`4.2.3`_ @ 2017-07-10
---------------------
.. _4.2.4: https://github.com/apalala/tatsu/compare/v4.2.3...v4.2.4

Fixed
~~~~~

* `#40`_ Make the start rule default to the first rule defined in the grammar (`@hariedo`_)
* `#43`_ Import 're' from tatsu.util to support optional 'regex'-only features (`@`_azazel75)
* `#47`_ Fix incorrect sample code in documentation.

.. _#40: https://github.com/neogeny/TatSu/issues/40
.. _#43: https://github.com/neogeny/TatSu/issues/43
.. _#47: https://github.com/neogeny/TatSu/issues/47


`4.2.3`_ @ 2017-07-10
Expand Down
2 changes: 1 addition & 1 deletion tatsu/_config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__toolname__ = 'TatSu'
__version__ = '4.2.3'
__version__ = '4.2.4'

0 comments on commit 4dbaff8

Please sign in to comment.