Skip to content

Commit

Permalink
- bump version to 0.3
Browse files Browse the repository at this point in the history
- add Roman Vorushin to contributors
  • Loading branch information
Andrey Fedoseev committed Jul 28, 2011
1 parent 482cca6 commit 4c92a0f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion AUTHORS
Original file line number Original file line Diff line number Diff line change
@@ -1 +1,6 @@
Andrey Fedoseev <andrey.fedoseev@gmail.com> Andrey Fedoseev <andrey.fedoseev@gmail.com>


Contributors:

Roman Vorushin
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes Changes
******* *******


0.3
---

- Use STATIC_ROOT / STATIC_URL settings when possible instead of MEDIA_ROOT / MEDIA_URL (by Roman Vorushin)

0.2.1
-----

- Add CHANGES.rst to MANIFEST.in

0.2 0.2
--- ---


Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
include AUTHORS include AUTHORS
include README.rst include README.rst
include CHANGES.rst
include LICENSE include LICENSE
recursive-include coffeescript/tests/media *.coffee recursive-include coffeescript/tests/media *.coffee
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):
setup( setup(
name = "django-coffeescript", name = "django-coffeescript",
packages = find_packages(), packages = find_packages(),
version = "0.2", version = "0.3",
author = "Andrey Fedoseev", author = "Andrey Fedoseev",
author_email = "andrey.fedoseev@gmail.com", author_email = "andrey.fedoseev@gmail.com",
url = "https://github.com/andreyfedoseev/django-coffeescript", url = "https://github.com/andreyfedoseev/django-coffeescript",
Expand Down

0 comments on commit 4c92a0f

Please sign in to comment.