Browse Source

New stormpy version 1.2.0

refactoring
Matthias Volk 7 years ago
parent
commit
6c729cabf7
  1. 6
      CHANGELOG.md
  2. 2
      lib/stormpy/_version.py

6
CHANGELOG.md

@ -2,7 +2,7 @@ Changelog
=============
Version 1.1.x
Version 1.2.x
-------------
### Version 1.2.0
@ -15,6 +15,10 @@ Requires storm version >= 1.2.0 and pycarl version >= 2.0.2
- Extended documentation
- Extended build script
Version 1.1.x
-------------
### Version 1.1.0 (2017/08)
Requires storm version >= 1.1.0
- Bindings for `storm-pars`

2
lib/stormpy/_version.py

@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.2.0"
Loading…
Cancel
Save