Changeset - 918c0b600a06
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 15 years ago 2011-02-27 03:31:01
marcin@python-works.com
changelog update, bumped mako version in setup
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
@@ -31,6 +31,8 @@ news
 
- major code rewrites optimized codes for speed and memory usage
 
- raw and diff downloads are now in git format
 
- setup command checks for write access to given path
 
- fixed many issues with international characters and unicode. It uses utf8
 
  decode with replace to provide less errors even with non utf8 encoded strings
 

	
 
fixes
 
-----
setup.py
Show inline comments
 
@@ -7,7 +7,7 @@ requirements = [
 
        "Pylons==1.0.0",
 
        "WebHelpers>=1.2",
 
        "SQLAlchemy>=0.6.6",
 
        "Mako==0.3.6",
 
        "Mako>=0.4.0",
 
        "vcs>=0.2.0",
 
        "pygments>=1.4",
 
        "mercurial>=1.7.5",
0 comments (0 inline, 0 general)