Skip to content

Commit ec0c77a

Browse files
committed
increased version to 3.1.0
1 parent 07b050a commit ec0c77a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

33
## Unreleased
4+
5+
## 3.1.0 - 2020-12-17
46
### Added
57
- add more SCIP functions: `getNSols`, `createPartialSol`
68

src/pyscipopt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.0.4'
1+
__version__ = '3.1.0'
22

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)