diff --git a/README b/README index 515dc8c..bb149e6 100644 --- a/README +++ b/README @@ -98,6 +98,9 @@ For more details, refer to the column I wrote for the May 2008 issue of Python M Updates ======= +1.10 + - Pull in fix for colorized ls from Jeff Forcier (b42a25f7b74a). + 1.9 - Add more hooks for operations to run before and after creating or deleting environments based on changes from Chris Hasenpflug. diff --git a/pavement.py b/pavement.py index e499cde..b474ee6 100644 --- a/pavement.py +++ b/pavement.py @@ -22,7 +22,7 @@ # What project are we building? PROJECT = 'virtualenvwrapper' -VERSION = '1.9' +VERSION = '1.10' # Read the long description to give to setup README_FILE = 'README'