File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ =================
2+ anthill changelog
3+ =================
4+
5+ 0.2.0 -
6+ ======================
7+ - set default link_type on project links
8+ - fix event default ordering
9+ - improvements to internal messaging system including message_sent signal
10+ - improvements to Event including optional times and related_projects
11+
12+ 0.1.0 - August 31 2009
13+ =======================
14+ - initial working release
Original file line number Diff line number Diff line change 1+ __VERSION__ = '0.2.0-dev'
Original file line number Diff line number Diff line change 33from distutils .core import setup
44
55setup (name = 'anthill' ,
6- version = '0.2' ,
6+ version = '0.2.0-dev ' ,
77 description = 'Django apps for running a community website, developed for sunlightlabs.com' ,
88 author = 'James Turk' ,
99 author_email = 'jturk@sunlightfoundation.com' ,
You can’t perform that action at this time.
0 commit comments