Skip to content

Commit 47e0bc6

Browse files
authored
Version bump (#111)
1 parent 2b59a94 commit 47e0bc6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.3]
4+
### Added
5+
- Add support for sending transactional inbox messages [#110](https://github.com/customerio/customerio-python/pull/110)
6+
37
## [2.2]
48
### Added
59
- Add support for sending transactional sms messages [#108](https://github.com/customerio/customerio-python/pull/108)

customerio/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 2, 0, 'final', 0)
1+
VERSION = (2, 3, 0, 'final', 0)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])

0 commit comments

Comments
 (0)