diff --git a/CHANGES.rst b/CHANGES.rst index d239f0f99..b035d0425 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,23 +1,6 @@ TiMemory ======== -Release: TiMemory 2.2.1 ------------------------ - -Author: Jonathan R. Madsen Date: Tue Jun 6 01:32:45 2018 -0700 - -- fix to TiMemoryConfig.cmake when installed via sudo - -Release: TiMemory 2.2.0 ------------------------ - -Author: Jonathan R. Madsen Date: Tue Jun 5 00:28:10 2018 -0700 - -- self-cost available in manager + plotting safeguards -- Improved singleton deletion -- alternative colors for when len(_types) == 1 in plotting -- plotting label fix - Release: TiMemory 2.1.0 ----------------------- diff --git a/cmake/Scripts/all-pip-update.sh b/cmake/Scripts/all-pip-update.sh index d8bf7ca17..cb58c43f6 100755 --- a/cmake/Scripts/all-pip-update.sh +++ b/cmake/Scripts/all-pip-update.sh @@ -14,7 +14,7 @@ get_pip() echo "" } -for i in 3.{7..0} 2.{7..9} +for i in 3.{7..4} 2.7 do PIP_CMD=$(get_pip pip-${i} pip${i})