Skip to content

Commit c1460d1

Browse files
authored
Bump cli to 0.4.0, python to 0.3.0 (#15)
* Bump cli to 0.4.0, python to 0.3.0 * Bump Python codegen version in test cases
1 parent 46f8289 commit c1460d1

File tree

41 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+42
-42
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jtd_codegen_cli"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ulysse Carion <[email protected]>"]
55
edition = "2018"
66

crates/target_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jtd_codegen_target_python"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Ulysse Carion <[email protected]>"]
55
edition = "2018"
66

crates/target_python/output/basic_discriminator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code generated by jtd-codegen for Python v0.2.0
1+
# Code generated by jtd-codegen for Python v0.3.0
22

33
import re
44
from dataclasses import dataclass

crates/target_python/output/basic_enum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code generated by jtd-codegen for Python v0.2.0
1+
# Code generated by jtd-codegen for Python v0.3.0
22

33
import re
44
from datetime import datetime, timedelta, timezone

crates/target_python/output/basic_properties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code generated by jtd-codegen for Python v0.2.0
1+
# Code generated by jtd-codegen for Python v0.3.0
22

33
import re
44
from dataclasses import dataclass

crates/target_python/output/custom_overrides/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code generated by jtd-codegen for Python v0.2.0
1+
# Code generated by jtd-codegen for Python v0.3.0
22

33
import re
44
from dataclasses import dataclass

crates/target_python/output/definition_name_collisions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code generated by jtd-codegen for Python v0.2.0
1+
# Code generated by jtd-codegen for Python v0.3.0
22

33
import re
44
from dataclasses import dataclass

crates/target_python/output/description/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code generated by jtd-codegen for Python v0.2.0
1+
# Code generated by jtd-codegen for Python v0.3.0
22

33
import re
44
from dataclasses import dataclass

crates/target_python/output/discriminator_optional_properties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code generated by jtd-codegen for Python v0.2.0
1+
# Code generated by jtd-codegen for Python v0.3.0
22

33
import re
44
from dataclasses import dataclass

0 commit comments

Comments
 (0)