Skip to content

Commit e9efc7f

Browse files
committed
bumb version
1 parent 8ec2a80 commit e9efc7f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/releasenotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Release notes
33
-------------
44

5+
**v0.7.0** (08-11-2018)
6+
7+
* Add ability to reduce overloading of add, mul, equals and truthy.
8+
https://pscript.readthedocs.io/en/latest/intro.html#pscript-overload
9+
10+
511
**v0.6.0** (10-08-2018)
612

713
* Support for ``async`` and ``await``.

pscript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
240240
"""
241241

242-
__version__ = '0.6.3'
242+
__version__ = '0.7.0'
243243

244244
import sys
245245
import logging

0 commit comments

Comments
 (0)