Skip to content

Commit

Permalink
Incrementing to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Heisel committed Jun 13, 2009
1 parent f9bf5fc commit d3e6bcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -3,7 +3,7 @@ django-baseboard

Dashboards that contain summaries of projects in Basecamp.

Depends on the basecampreporting and simplejson libraries.
Depends on the basecampreporting, simplejson and feedparser libraries.

Changes in 0.3
---------------
Expand Down
1 change: 0 additions & 1 deletion TODO.txt
@@ -1,3 +1,2 @@
* Add a "backlogs" view of a dashboard that only shows backlog info and orders by backlogged_items count
* Factor autotest and revised autoreload into their own project and add nice CLI
* Convert feedparser dates into datetime objects, so they can be used with normal date template tags/filters
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,7 +6,7 @@ def read(fname):

setup(
name = "django-baseboard",
version = "0.1",
version = "0.3",
url = 'http://github.com/cmheisel/django-baseboard',
license = 'MIT',
description = "Dashboard view across various Basecamp projects, powered by Django",
Expand All @@ -18,7 +18,7 @@ def read(fname):
packages = find_packages('src'),
package_dir = {'': 'src'},

install_requires = ['setuptools', 'basecampreporting'],
install_requires = ['setuptools', 'basecampreporting', 'feedparser'],


classifiers = [
Expand Down

0 comments on commit d3e6bcc

Please sign in to comment.