Skip to content

Commit

Permalink
Upped the version and modified the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Shryock committed Aug 26, 2013
1 parent 201039e commit ba7e3bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 5 additions & 9 deletions README.md
Expand Up @@ -17,15 +17,7 @@ Installation

$ pip install django-timetable

2. Install django-taggit:

$ pip install django-taggit

3. Install django-colorful:

$ pip install django-colorful

4. In settings.py file add the following to DJANGO_APPS:
2. In settings.py file add the following to DJANGO_APPS:

DJANGO_APPS = (
...
Expand All @@ -37,6 +29,10 @@ Installation
Change Log
----------

0.1.2:
- Made the Event name searchable on the admin page.
- Updated the instructions.

0.1.1 - Fixed packaging issue for PyPi

0.1.0 - Base working version
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -17,6 +17,11 @@
requires=[
'Django (>=1.5)',
],
install_requires=[
'django',
'django-taggit',
'django-colorful',
],
packages=find_packages(),
include_package_data=True,
zip_safe=True,
Expand Down
2 changes: 1 addition & 1 deletion timetable/__init__.py
@@ -1 +1 @@
VERSION = (0, 1, 1)
VERSION = (0, 1, 2)

0 comments on commit ba7e3bb

Please sign in to comment.