Skip to content

Commit 5becea4

Browse files
committed
"Bump 1.29.2"
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
1 parent 3ecf001 commit 5becea4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change log
22
==========
33

4+
1.29.2 (2021-05-10)
5+
-------------------
6+
7+
[List of PRs / issues for this release](https://github.com/docker/compose/milestone/59?closed=1)
8+
9+
### Miscellaneous
10+
11+
- Remove advertisement for `docker compose` in the `up` command to avoid annoyance
12+
13+
- Bump `py` to `1.10.0` in `requirements-indirect.txt`
14+
415
1.29.1 (2021-04-13)
516
-------------------
617

compose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.29.1'
1+
__version__ = '1.29.2'

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.29.1"
18+
VERSION="1.29.2"
1919
IMAGE="docker/compose:$VERSION"
2020

2121

0 commit comments

Comments
 (0)