Skip to content

Commit 4a51a31

Browse files
Release v3.4.1 changes (#524)
- Added Change log for the release 3.4.1. - Updated versions from 3.4.0 to 3.4.1 for release.
1 parent 1eb3cc9 commit 4a51a31

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Okta Python SDK Changelog
22

3+
# 3.4.1
4+
5+
## Fixed
6+
* Fixed Primitive Fallback for oneOf Deserialization in Device Assurance Model.
7+
38
# 3.4.0
49

510
## Added

okta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
""" # noqa: E501
2222

2323

24-
__version__ = "3.4.0"
24+
__version__ = "3.4.1"
2525

2626
import importlib as _importlib
2727
import threading as _threading

openapi/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
templateDir: ./templates
22
outputDir: ..
33
packageName: okta
4-
packageVersion: 3.4.0
4+
packageVersion: 3.4.1
55
useOneOfDiscriminatorLookup: true
66
files:
77
okta/okta_configuration.mustache:

openapi/templates/setup.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ setup(
7070
"Topic :: Software Development :: Libraries :: Python Modules",
7171
],
7272
name=NAME,
73-
version="3.4.0",
73+
version="3.4.1",
7474
description="Python SDK for the Okta Management API",
7575
author="Okta, Inc.",
7676
author_email="developer-community-products@okta.com",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "okta"
3-
version = "3.4.0"
3+
version = "3.4.1"
44
description = "Okta Admin Management"
55
authors = ["Okta Developer Team <devex-public@okta.com>"]
66
license = "Apache-2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_version():
7070
"Topic :: Software Development :: Libraries :: Python Modules",
7171
],
7272
name=NAME,
73-
version="3.4.0",
73+
version="3.4.1",
7474
description="Python SDK for the Okta Management API",
7575
author="Okta, Inc.",
7676
author_email="developer-community-products@okta.com",

0 commit comments

Comments
 (0)