Skip to content

Commit b30bfe4

Browse files
authored
Release v6.8.0 (#413)
* Updated changelog * Bump version: 6.6.0 → 6.7.0 * Bump version: 6.7.0 → 6.8.0
1 parent f843f25 commit b30bfe4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 6.6.0
4+
current_version = 6.8.0
55

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

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nylas-python Changelog
22
======================
33

4-
Unreleased
4+
v6.8.0
55
----------------
66
* Added support for `list_import_events`
77

nylas/_client_sdk_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "6.6.0"
1+
__VERSION__ = "6.8.0"

0 commit comments

Comments
 (0)