We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c364751 commit 42a820dCopy full SHA for 42a820d
RELEASE_NOTES.json
@@ -3,6 +3,13 @@
3
"download_link": "https://{package_name_dash}-package.s3.amazonaws.com/server/{package_name}-{version}-py3-none-any.whl"
4
},
5
"releases": {
6
+ "2.3.0": {
7
+ "release_notes": [
8
+ "Migration to Python 3.8",
9
+ "Split `Cpp*` generators implementation into multiple files",
10
+ "Implemented HTML code generator"
11
+ ]
12
+ },
13
"2.1.1": {
14
"release_notes": [
15
"Application is now available as a package",
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = code_generation
-version = 2.2.44
+version = 2.3.0
[options]
packages = find:
0 commit comments