diff --git a/README.md b/README.md
index bc283cbedb1..c0d23aa8477 100644
--- a/README.md
+++ b/README.md
@@ -97,9 +97,11 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
|---------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 1.0.3 | 2022-11-14 | - Fixes multipart from content-disposition bug
- Fixes addProps referenced when it doesn't exists
- Allows arg + args properties |
| 1.0.2 | 2022-10-20 | - Endpoint overload type hints improved
- Fixes application/x-www-form-urlencoded body value
- Fixes type hint for required property not defined in properties |
| 1.0.1 | 2022-10-10 | - Endpoint overload type hints improved
- Fixes query param content type json serialization
- Applies default headers before header params |
| 1.0.0 | 2022-10-04 | - Endpoint overload type hints improved
- Fixes Attribute error when using auth header
- Fixes for refed properties with invalid names
- Fixes regex patterns without trailing slashes break Python client generation |
+
OpenAPI Spec compatibility: 3.0.0 - 3.0.3
### [1.2 - Build Projects](#table-of-contents)
diff --git a/pom.xml b/pom.xml
index dfdac2d28fe..4edb29af3b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1267,7 +1267,7 @@
- 1.0.2
+ 1.0.3
1.8
1.8
diff --git a/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/VERSION b/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/VERSION
index e6d5cb833c6..e4c0d46e55f 100644
--- a/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/VERSION
+++ b/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/VERSION
@@ -1 +1 @@
-1.0.2
\ No newline at end of file
+1.0.3
\ No newline at end of file
diff --git a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/VERSION b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/VERSION
index e6d5cb833c6..e4c0d46e55f 100644
--- a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/VERSION
+++ b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/VERSION
@@ -1 +1 @@
-1.0.2
\ No newline at end of file
+1.0.3
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION
index e6d5cb833c6..e4c0d46e55f 100644
--- a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION
@@ -1 +1 @@
-1.0.2
\ No newline at end of file
+1.0.3
\ No newline at end of file