Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Bump the Version.py to 2.1.0 in anticipation for a new release
Browse files Browse the repository at this point in the history
Also updating the CHANGES with the most recent community patches applied into this branch

Signed-off-by: R. Tyler Ballance <tyler@slide.com>
  • Loading branch information
R. Tyler Ballance committed Mar 15, 2009
1 parent 4743028 commit 9c0329d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Expand Up @@ -2,7 +2,9 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================

2.0.2 (not released yet)
2.1.0 (not released yet)
- Apply patch to support parallel compilation of templates courtesy of Evan Klitzke <evan@eklitzke.org>
- Corrected issue when __getattr__ calls on searchList objects raise exceptions (tyler@slide.com)
- make autocalling in valueForName correctly ignore newstyle classes and instances
that are callable, as it does for oldstyle classes and instances. Patch
from lucas@endian.com
Expand Down
4 changes: 2 additions & 2 deletions src/Version.py
@@ -1,5 +1,5 @@
Version = '2.0.1'
VersionTuple = (2,0,1,'final',0)
Version = '2.1.0'
VersionTuple = (2,1,0,'final',0)

MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)
Expand Down

0 comments on commit 9c0329d

Please sign in to comment.