Skip to content

Commit 278589e

Browse files
committed
pypi version bump and description.
1 parent cd7a542 commit 278589e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# Copyright S.A.Mitchell ([email protected]), 2007-
33
# Copyright F.Peschiera ([email protected]), 2019-
44
# See the LICENSE file for copyright information.
5+
2.3.1 2020-10-22
6+
change naming of solver utility functions to camelcase.
7+
fixed gurobi license detection.
8+
fixed scip options and added timeLimit argument
9+
changed docs.
510
2.3 2020-08-04
611
Added plugin page in docs
712
Standardize arguments of solvers to appear in docs

pulp/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
This file contains the constant definitions for PuLP
2828
Note that hopefully these will be changed into something more pythonic
2929
"""
30-
VERSION = '2.3'
30+
VERSION = '2.3.1'
3131
EPS = 1e-7
3232

3333
# variable categories

0 commit comments

Comments
 (0)