diff --git a/HISTORY.rst b/HISTORY.rst index 19e7726..021b3f6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,8 +2,8 @@ History ======= -Unreleased_ ------------ +0.6.0_ (2020-08-25) +------------------- * Redistribute template validation functions in ``check_template.py``. This avoids exposing internal dependencies in the generated parser. @@ -90,7 +90,8 @@ Unreleased_ * First release on PyPI. -.. _Unreleased: https://github.com/dev-cafe/parselglossy/compare/v0.5.0...HEAD +.. _Unreleased: https://github.com/dev-cafe/parselglossy/compare/v0.6.0...HEAD +.. _0.6.0: https://github.com/dev-cafe/parselglossy/releases/tag/v0.6.0 .. _0.5.0: https://github.com/dev-cafe/parselglossy/releases/tag/v0.5.0 .. _0.3.0: https://github.com/dev-cafe/parselglossy/releases/tag/v0.3.0 .. _0.3.0-alpha2: https://github.com/dev-cafe/parselglossy/releases/tag/v0.3.0-alpha2 diff --git a/parselglossy/__init__.py b/parselglossy/__init__.py index 7197266..482457d 100644 --- a/parselglossy/__init__.py +++ b/parselglossy/__init__.py @@ -31,7 +31,7 @@ __author__ = """Roberto Di Remigio, Radovan Bast""" __email__ = "roberto.diremigio@gmail.com" -__version__ = "0.5.0" +__version__ = "0.6.0" __copyright__ = "Copyright 2019, dev-cafe" __credits__ = [ "Jonas Juselius",