Skip to content

Commit

Permalink
MAINT bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Aug 8, 2017
1 parent c437745 commit 595e412
Show file tree
Hide file tree
Showing 2 changed files with 7 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.9"
__version__ = "0.3.10"
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 3.10
* Fix issue #56. The writer for the new pcs format can now write correct
conjunctions of forbidden parameters.
* The class `Configuration` now raises an exception if trying to instantiate it
with an illegal value for a hyperparameter

# Version 3.9

* Fix issue #53. Functionality for retrieving a one exchange neighborhood does
Expand Down

0 comments on commit 595e412

Please sign in to comment.