Skip to content

Commit

Permalink
Bump version 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Oct 21, 2024
1 parent 9ced2c2 commit 369a88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ see : https://github.com/docker/compose/issues/6151

Changelog
----------
version 9.0.0
- Migration from docker-compose to 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 = "9.0.0"
VERSION = "9.0.1"
SUBCOMMAND_HELPMSG = None

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

0 comments on commit 369a88b

Please sign in to comment.