Skip to content

Commit 4e509b7

Browse files
Merge pull request #62 from pypr/release-0.7
Release 0.7
2 parents b87b19d + 7204aae commit 4e509b7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.7
2+
~~~~
3+
4+
* Release date: 1st October, 2020.
5+
* Add convenient option to profile execution of code.
6+
* Add a convenient argument parser for scripts.
7+
* Add easy way to see generated sources.
8+
* Fix bug with installation of previous version.
9+
* Fix several bugs and issues.
10+
* Update the documentation.
11+
112
0.6
213
~~~~
314

compyle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# See PEP 440 for more on suitable version numbers.
2-
__version__ = '0.7.dev0'
2+
__version__ = '0.8.dev0'

0 commit comments

Comments
 (0)