Skip to content

Commit

Permalink
Bump version to 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnieber committed Apr 25, 2021
1 parent 3057035 commit 9b07ae0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## 0.40.0

- Fix: calls to dial_insert.fish when there is no preset in the DIAL config
- Fix: checking Dodo.safe must be done first, and not inside Dodo.run
- Fix: autostart scripts
- Fix: path to extra/dodo_fish

## 0.39.0

- Update documentation
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.39.0"
return "0.40.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.39.0",
version="0.40.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.39.0",
download_url="https://github.com/mnieber/dodo_commands/tarball/0.40.0",
author="Maarten Nieber",
author_email="hallomaarten@yahoo.com",
license="MIT",
Expand Down

0 comments on commit 9b07ae0

Please sign in to comment.