Skip to content

Commit

Permalink
Bump version to 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnieber committed Aug 6, 2021
1 parent a837e31 commit 914233c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Version history

## 0.42.0

- Fix: find shell scripts with 'dodo which'
- Replace --print with --cat, and add --edit to docker-compose
- Remove docker-create and docker-snapshot commands
- Fix arg-complete in zsh
- Remove YamlCommandHandlerY
- Revert new-command.py back to its previous simple version
- Use default_config.yaml as a mixin when creating a new project

## 0.41.0

- Fix: expect multiple "--" when counting --confirm or --echo in sys.argv
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Maarten Nieber'

# The full version, including alpha/beta/rc tags
release = '0.41.0'
release = '0.42.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion dodo_commands/framework/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def get_version(): # noqa
return "0.41.0"
return "0.42.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ def run(self):

setup(
name="dodo_commands",
version="0.41.0",
version="0.42.0",
description="Project-aware development environments, inspired by django-manage",
url="https://github.com/mnieber/dodo_commands",
download_url="https://github.com/mnieber/dodo_commands/tarball/0.41.0",
download_url="https://github.com/mnieber/dodo_commands/tarball/0.42.0",
author="Maarten Nieber",
author_email="hallomaarten@yahoo.com",
license="MIT",
Expand Down

0 comments on commit 914233c

Please sign in to comment.