Browse Source

Bump 1.21.0

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 7 years ago
parent
commit
5920eb082c
3 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      compose/__init__.py
  3. 1 1
      script/run/run.sh

+ 1 - 1
CHANGELOG.md

@@ -1,7 +1,7 @@
 Change log
 ==========
 
-1.21.0 (2018-04-11)
+1.21.0 (2018-04-10)
 -------------------
 
 ### New features

+ 1 - 1
compose/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import absolute_import
 from __future__ import unicode_literals
 
-__version__ = '1.21.0-rc1'
+__version__ = '1.21.0'

+ 1 - 1
script/run/run.sh

@@ -15,7 +15,7 @@
 
 set -e
 
-VERSION="1.21.0-rc1"
+VERSION="1.21.0"
 IMAGE="docker/compose:$VERSION"