Skip to content

Commit

Permalink
bump version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Jul 6, 2017
1 parent 104b498 commit fa6c6da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigSpace/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.3.7"
__version__ = "0.3.8"
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 3.8

* Fix issue #25. Parents and children are now sorted topologically in the
underlying datastructure.
* The reader and writer for the new pcs format can now handle Constants.
* Speed improvements for one exchange neighborhood

# Version 0.3.7

* Faster checking of valid configurations
Expand Down

0 comments on commit fa6c6da

Please sign in to comment.