We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.2.1
1 parent 192a4eb commit 6c2ef5aCopy full SHA for 6c2ef5a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### `2.2.1`
2
+
3
+* Fix: split message detection #182 #184 (@fpalamour)
4
5
### `2.2.0`
6
7
* New: allow customizing how error PDUs are handled (@davidshepherd7)
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='smpplib',
15
- version='2.2.0',
+ version='2.2.1',
16
url='https://github.com/podshumok/python-smpplib',
17
description='SMPP library for python',
18
packages=find_packages(),
0 commit comments