Skip to content

Commit f46880f

Browse files
committed
"Bump 1.22.0"
Signed-off-by: Joffrey F <[email protected]>
1 parent cda827c commit f46880f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
1.22.0 (2018-06-30)
4+
1.22.0 (2018-07-17)
55
-------------------
66

77
### Features

compose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import absolute_import
22
from __future__ import unicode_literals
33

4-
__version__ = '1.22.0-rc2'
4+
__version__ = '1.22.0'

script/run/run.sh

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

1616
set -e
1717

18-
VERSION="1.22.0-rc2"
18+
VERSION="1.22.0"
1919
IMAGE="docker/compose:$VERSION"
2020

2121

0 commit comments

Comments
 (0)