Skip to content

Commit

Permalink
Bump version 9.0.0
Browse files Browse the repository at this point in the history
sebastienbeau committed Oct 21, 2024
1 parent 251612b commit e025a2c
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -99,6 +99,9 @@ see : https://github.com/docker/compose/issues/6151
Changelog
----------

version 9.0.0
- use docker compose instead of docker-compose

version 8.0.0
- remove docky init

2 changes: 1 addition & 1 deletion docky/cmd/base.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

class Docky(cli.Application):
PROGNAME = "docky"
VERSION = "8.0.0"
VERSION = "9.0.0"
SUBCOMMAND_HELPMSG = None

def _run(self, cmd, retcode=FG):

0 comments on commit e025a2c

Please sign in to comment.