Skip to content

Commit

Permalink
Release notes 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Cherkasov committed Jan 31, 2023
1 parent c364751 commit 42a820d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"download_link": "https://{package_name_dash}-package.s3.amazonaws.com/server/{package_name}-{version}-py3-none-any.whl"
},
"releases": {
"2.3.0": {
"release_notes": [
"Migration to Python 3.8",
"Split `Cpp*` generators implementation into multiple files",
"Implemented HTML code generator"
]
},
"2.1.1": {
"release_notes": [
"Application is now available as a package",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = code_generation
version = 2.2.44
version = 2.3.0

[options]
packages = find:
Expand Down

0 comments on commit 42a820d

Please sign in to comment.