Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Aug 19, 2017
1 parent b2576eb commit 12f7bc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.4.1
- Allow any type of state variable
- copy_state() should not return None silently

### 0.4.0
- Tests running on python{2|3|pypy}
- fix auto method to return updates (#16)
2 changes: 1 addition & 1 deletion simanneal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .anneal import Annealer

__all__ = ['Annealer']
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 12f7bc0

Please sign in to comment.