Skip to content

Commit d08fa1f

Browse files
authored
Merge pull request python-smpplib#109 from eigenein/master
Release: 2.1.0
2 parents f0579d0 + dc8ef92 commit d08fa1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### `master`
1+
### `2.1.0`
22

33
* New: add option to not use UDHI when splitting long SMS
44
* New: add `query_sm` & `query_sm_resp` support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='smpplib',
7-
version='2.0.1',
7+
version='2.1.0',
88
url='https://github.com/podshumok/python-smpplib',
99
description='SMPP library for python',
1010
long_description=io.open('README.md', 'rt', encoding='utf-8').read(),

0 commit comments

Comments
 (0)