Skip to content

Commit

Permalink
Bump version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Oct 21, 2024
1 parent 251612b commit e025a2c
Show file tree
Hide file tree
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
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docky/cmd/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e025a2c

Please sign in to comment.