From c60a1469bf9a6b0078b65c11f00ad20d535b1645 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Fri, 10 Aug 2018 10:07:23 +0200 Subject: [PATCH] bump version --- docs/releasenotes.rst | 9 +++++++++ pscript/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index d99125b2..162fab44 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,6 +2,14 @@ Release notes ------------- + +**v0.6.0** (10-08-2018) + +* Support for ``async`` and ``await``. +* Fixes for Python 3.7. +* Improvements to formatting. + + **v0.5.5** (12-04-2018) * Support for Python 3.7. @@ -14,6 +22,7 @@ Release notes * Dict literals are no longer limited to identifier-valid strings. * Fixed a few glitches and small bugs. + **v0.5.3** (03-04-2018) PScript got its own github repo and was renamed from ``flexx.pyscript`` to ``pscript``. diff --git a/pscript/__init__.py b/pscript/__init__.py index cdbc7b80..33e5c556 100644 --- a/pscript/__init__.py +++ b/pscript/__init__.py @@ -213,7 +213,7 @@ """ -__version__ = '0.5.6' +__version__ = '0.6.0' import sys import logging