File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM praekeltfoundation/python-base
2
2
MAINTAINER Praekelt Foundation <
[email protected] >
3
3
4
- ENV VUMI_VERSION "0.6.17 "
4
+ ENV VUMI_VERSION "0.6.18 "
5
5
RUN pip install vumi==$VUMI_VERSION
6
6
7
7
COPY ./vumi-entrypoint.sh /app/vumi-entrypoint.sh
Original file line number Diff line number Diff line change 53
53
# The short X.Y version.
54
54
version = '0.6'
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.6.17 '
56
+ release = '0.6.18 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "vumi" ,
15
- version = "0.6.17 " ,
15
+ version = "0.6.18 " ,
16
16
url = 'http://github.com/praekelt/vumi' ,
17
17
license = 'BSD' ,
18
18
description = "Super-scalable messaging engine for the delivery of SMS, "
Original file line number Diff line number Diff line change 2
2
Vumi scalable text messaging engine.
3
3
"""
4
4
5
- __version__ = "0.6.17 "
5
+ __version__ = "0.6.18 "
You can’t perform that action at this time.
0 commit comments