Skip to content

Commit 795d3d8

Browse files
committed
update change history
1 parent 31c1253 commit 795d3d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ For more details, refer to the column I wrote for the May 2008 issue of Python M
9898
Updates
9999
=======
100100

101+
1.10
102+
- Pull in fix for colorized ls from Jeff Forcier (b42a25f7b74a).
103+
101104
1.9
102105
- Add more hooks for operations to run before and after creating or deleting environments based on changes from Chris Hasenpflug.
103106

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# What project are we building?
2424
PROJECT = 'virtualenvwrapper'
25-
VERSION = '1.9'
25+
VERSION = '1.10'
2626

2727
# Read the long description to give to setup
2828
README_FILE = 'README'

0 commit comments

Comments
 (0)