Skip to content

Commit 3eac558

Browse files
committed
Version 0.6.18
1 parent 6b4c37e commit 3eac558

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM praekeltfoundation/python-base
22
MAINTAINER Praekelt Foundation <[email protected]>
33

4-
ENV VUMI_VERSION "0.6.17"
4+
ENV VUMI_VERSION "0.6.18"
55
RUN pip install vumi==$VUMI_VERSION
66

77
COPY ./vumi-entrypoint.sh /app/vumi-entrypoint.sh

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '0.6'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.6.17'
56+
release = '0.6.18'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="vumi",
15-
version="0.6.17",
15+
version="0.6.18",
1616
url='http://github.com/praekelt/vumi',
1717
license='BSD',
1818
description="Super-scalable messaging engine for the delivery of SMS, "

vumi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Vumi scalable text messaging engine.
33
"""
44

5-
__version__ = "0.6.17"
5+
__version__ = "0.6.18"

0 commit comments

Comments
 (0)