Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Aug 10, 2018
1 parent 9a490a9 commit c60a146
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/releasenotes.rst
Expand Up @@ -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.
Expand All @@ -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``.
Expand Down
2 changes: 1 addition & 1 deletion pscript/__init__.py
Expand Up @@ -213,7 +213,7 @@
"""

__version__ = '0.5.6'
__version__ = '0.6.0'

import sys
import logging
Expand Down

0 comments on commit c60a146

Please sign in to comment.