We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b87b19d + 7204aae commit 4e509b7Copy full SHA for 4e509b7
CHANGES.rst
@@ -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
12
0.6
13
~~~~
14
compyle/__init__.py
@@ -1,2 +1,2 @@
# See PEP 440 for more on suitable version numbers.
-__version__ = '0.7.dev0'
+__version__ = '0.8.dev0'
0 commit comments