Skip to content

Commit

Permalink
Craft Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CGraczyk committed Aug 23, 2021
1 parent ad25c2b commit a58b10d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ lib
src/pyscipopt/scip.c
__pycache__
.cache
.idea

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -126,4 +127,4 @@ model.lp

# VSCode
.vscode/
.devcontainer/
.devcontainer/
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# CHANGELOG
## Unreleased
### Added
### Fixed
### Changed
### Removed

## 3.3.0 - 2021-08-23
### Added
- add SCIP function `getPseudoBranchCands`

### Fixed
### Changed
### Removed


## 3.2.2 - 2021-06-21
### Added
- add SCIP functions `getNSolsFound`, `getNSolsFound`, `getNLimSolsFound` and `getNBestSolsFound`
Expand Down
2 changes: 1 addition & 1 deletion src/pyscipopt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.2.2'
__version__ = '3.3.0'

# required for Python 3.8 on Windows
import os
Expand Down

0 comments on commit a58b10d

Please sign in to comment.