Skip to content

Commit 48a6c5a

Browse files
committed
switch to 0.2.0-dev
1 parent 6574f45 commit 48a6c5a

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

anthill/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__VERSION__ = '0.2.0-dev'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(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',

0 commit comments

Comments
 (0)