version bump

This commit is contained in:
Stuart Mitchell
2015-12-25 15:12:31 +09:00
parent 91ebb28000
commit 1cf6544afd
3 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
# PuLP, Copyright J.S. Roy (js@jeannot.org), 2002-2005 # PuLP, Copyright J.S. Roy (js@jeannot.org), 2002-2005
# Copyright S.A.Mitchell (s.mitchell@auckland.ac.nz), 2007- # Copyright S.A.Mitchell (s.mitchell@auckland.ac.nz), 2007-
# See the LICENSE file for copyright information. # See the LICENSE file for copyright information.
1.6.1, 2015-12-25
Fix for dummy variables
1.5.4, 2013-03-18 1.5.4, 2013-03-18
Added cbc support for osx (hopefully) Added cbc support for osx (hopefully)
1.4.9, 2011-03-30 1.4.9, 2011-03-30

View File

@@ -27,7 +27,7 @@
This file contains the constant definitions for PuLP This file contains the constant definitions for PuLP
Note that hopefully these will be changed into something more pythonic Note that hopefully these will be changed into something more pythonic
""" """
VERSION = '1.6.0' VERSION = '1.6.1'
EPS = 1e-7 EPS = 1e-7
# variable categories # variable categories