Skip to content

Commit 3da5d9e

Browse files
committed
Bumped version
1 parent 50d6cf9 commit 3da5d9e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
### Backward incompatible changes
6+
7+
- dropped generatino of Python 2 code
8+
39
## v0.4.6
410

511
### Trivial/internal changes

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = '''
1111
name = "json_codegen"
1212
description = "Generate code from JSON schema files."
1313
keywords = ["python", "javascript", "json-schema", "codegen"]
14-
version = "0.5.1"
14+
version = "0.6.0"
1515
authors = ["Daniele Esposti <[email protected]>"]
1616
license = "MIT"
1717
readme = "README.md"

0 commit comments

Comments
 (0)