Skip to content

Commit 0427df0

Browse files
chore: release version 4.13.0 (#1516)
1 parent 1eab6c8 commit 0427df0

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "7fa5d4a", "specHash": "131c54a", "version": "4.12.0" }
1+
{ "engineHash": "7fa5d4a", "specHash": "131c54a", "version": "4.13.0" }

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.13.0](https://github.com/box/box-python-sdk/compare/v4.12.0...v4.13.0) (2026-07-09)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* **boxsdkgen:** Add new fields to Hubs (box/box-openapi[#606](https://github.com/box/box-python-sdk/issues/606)) ([#1498](https://github.com/box/box-python-sdk/issues/1498)) ([b02f154](https://github.com/box/box-python-sdk/commit/b02f154eb7644f2746dc49e3e43bdc12e8b77209))
11+
* **boxsdkgen:** Setup common default timeout (box/box-codegen[#965](https://github.com/box/box-python-sdk/issues/965)) ([#1505](https://github.com/box/box-python-sdk/issues/1505)) ([ec8d510](https://github.com/box/box-python-sdk/commit/ec8d5107a8b3c91d24d73d6bd3a77084184c3dcf))
12+
13+
14+
### Bug Fixes:
15+
16+
* **boxsdkgen:** Fix dictionary values deserialization (box/box-codegen[#966](https://github.com/box/box-python-sdk/issues/966)) ([#1510](https://github.com/box/box-python-sdk/issues/1510)) ([b18be5a](https://github.com/box/box-python-sdk/commit/b18be5a916180c6861eef76f39dd4e53ce11f217))
17+
518
## [4.12.0](https://github.com/box/box-python-sdk/compare/v4.11.0...v4.12.0) (2026-06-11)
619

720

box_sdk_gen/networking/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.12.0'
1+
__version__ = '4.13.0'

boxsdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.12.0'
1+
__version__ = '4.13.0'

0 commit comments

Comments
 (0)