Skip to content

Commit

Permalink
Merge pull request #1065 from praekelt/feature/OPENHELPD-158-release-…
Browse files Browse the repository at this point in the history
…vumi-0-6-13

Release vumi 0.6.13
  • Loading branch information
rudigiesler committed Jan 10, 2017
2 parents fcb1fac + cc51ed9 commit 68596b8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM praekeltfoundation/python-base
MAINTAINER Praekelt Foundation <dev@praekeltfoundation.org>

ENV VUMI_VERSION "0.6.12"
ENV VUMI_VERSION "0.6.13"
RUN pip install vumi==$VUMI_VERSION

COPY ./vumi-entrypoint.sh /app/vumi-entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.12'
release = '0.6.13'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
20 changes: 20 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ this will almost certainly not break the majority of things built on vumi, old
code or code that relies too heavily on the details of worker setup may need to
be fixed.

:Version: 0.6.13
:Date released: 10 January 2017

* Ensure that the keys for the data coding mapping of the SMPP transport get
converted to ints, as it's not possible with Junebug's JSON channel config to
represent dictionary keys as integers.
* Update Message Sender tests to work with the new Riak client.

:Version: 0.6.12
:Date released: 23 September 2016

* Update the HttpRPCTransport to use the new vumi logging to be compatible with
Junebug log collection.

:Version: 0.6.11
:Date released: 12 August 2016

* Change logging level from warning to info for SMPP disconnections, to reduce
sentry entries when being throttled.

:Version: 0.6.10
:Date released: 27 July 2016

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="vumi",
version="0.6.12",
version="0.6.13",
url='http://github.com/praekelt/vumi',
license='BSD',
description="Super-scalable messaging engine for the delivery of SMS, "
Expand Down
2 changes: 1 addition & 1 deletion vumi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Vumi scalable text messaging engine.
"""

__version__ = "0.6.12"
__version__ = "0.6.13"

0 comments on commit 68596b8

Please sign in to comment.