Skip to content

Commit

Permalink
Update for v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Oct 17, 2017
1 parent 90892a7 commit 378c0a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.4.0

- Add `clowder reset` command
- Add `-t`/`--tag` option to `clowder herd`
- Refactor exception handling
- Add support for Python 2
- Add `-r`/`--rebase` option to `clowder herd`
- Add `clowder-test` test script runner for more easily running various tests

# 2.3.0

- Add more options to `clowder clean` (`-f`, `-x`, -X`, `-d`, `-r`, `-a`)
Expand Down
2 changes: 1 addition & 1 deletion clowder/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self):
self.clowder_repo = None
self.versions = None
self._invalid_yaml = False
self._version = '2.3.0'
self._version = '2.4.0'
# Load current clowder.yml config if it exists
clowder_path = os.path.join(self.root_directory, '.clowder')
if os.path.isdir(clowder_path):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name='clowder-repo',
description='A tool for managing code',
version='2.3.0',
version='2.4.0',
url='http://clowder.cat',
author='Joe DeCapo',
author_email='joe@polka.cat',
Expand Down

0 comments on commit 378c0a9

Please sign in to comment.