Skip to content

Commit

Permalink
Version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorsalceda committed Oct 24, 2018
1 parent 915aa2e commit 8ed1043
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## Version 0.10

* Use metadata instead of encode in spec names
* Shared context: Remove duplication on spec files using shared contexts
* Improve execution context binding in helper methods
* Remove requirements from MANIFEST.in since is using pipenv

## Version 0.9.3

* Improve documentation
Expand Down
2 changes: 1 addition & 1 deletion mamba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.9.3'
__version__ = '0.10'


def description(message):
Expand Down

0 comments on commit 8ed1043

Please sign in to comment.