Skip to content

Commit 7c7c490

Browse files
Bump version: 4.12.0 → 4.12.1
1 parent fb0f599 commit 7c7c490

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 4.12.0
4+
current_version = 4.12.1
55

66
[bumpversion:file:nylas/_client_sdk_version.py]
77

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ nylas-python Changelog
33

44
Unreleased (dev)
55
----------------
6+
nothing yet
7+
8+
v4.12.1
9+
-------
610
* Bugfix: Previously, if you passed a timedelta to the calendar availability
711
API endpoint, it was converted to a float. Now, it is coerced to an int.
812

nylas/_client_sdk_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.12.1"

0 commit comments

Comments
 (0)