diff --git a/jasmin/__init__.py b/jasmin/__init__.py index 1660dd0b..45638c3d 100644 --- a/jasmin/__init__.py +++ b/jasmin/__init__.py @@ -7,7 +7,7 @@ MAJOR = 0 MINOR = 10 -PATCH = 13 +PATCH = 14 META = '' diff --git a/jasmin/managers/listeners.py b/jasmin/managers/listeners.py index 1b239776..2595b6b8 100644 --- a/jasmin/managers/listeners.py +++ b/jasmin/managers/listeners.py @@ -313,7 +313,7 @@ def submit_sm_resp_event(self, r, amqpMessage): if submit_sm_resp_bill is not None and submit_sm_resp_bill.getTotalAmounts() > 0: total_bill_amount += submit_sm_resp_bill.getTotalAmounts() else: - short_message = r.request.params['short_message'] + short_message = _pdu.params['short_message'] # Do not log text for privacy reasons # Added in #691 diff --git a/misc/doc/sources/conf.py b/misc/doc/sources/conf.py index cd7f6f5e..468c356e 100644 --- a/misc/doc/sources/conf.py +++ b/misc/doc/sources/conf.py @@ -29,7 +29,7 @@ # General information about the project. project = 'Jasmin SMS Gateway' -copyright = '2014-2022, Jasmin' +copyright = '2014-2023, Jasmin' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -38,7 +38,7 @@ # The short X.Y version. version = "0.10" # The full version, including alpha/beta/rc tags. -release = "0.10.13" +release = "0.10.14" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/nfpm.yaml b/nfpm.yaml index ff5aee8f..ebff2326 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -1,7 +1,7 @@ name: "jasmin-sms-gateway" arch: "amd64" platform: "linux" -version: "v0.10.13" +version: "v0.10.14" section: "default" priority: "extra" maintainer: "Jookies LTD " diff --git a/setup.py b/setup.py index a08a6a53..9c910bd3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def parse_requirements(filename): setup( name="jasmin", - version='0.10.13', + version='0.10.14', author="Jookies LTD", author_email="jasmin@jookies.net", url="https://www.jasminsms.com",