Skip to content

Commit

Permalink
Bump up the version number to 0.4.0 now that we support django 1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
rory-geoghegan-ecometrica committed Mar 18, 2015
1 parent 82c814c commit 2fe235d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,8 @@ Release Notes
-----

* Support for python 3.3.

0.4.0
-----

* Support for Django 1.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = "django-vinaigrette",
version = "0.3.0",
version = "0.4.0",
packages = find_packages(),
description = description,
author = "Ecometrica",
Expand Down
2 changes: 2 additions & 0 deletions vinaigrette/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext, ugettext_lazy, activate, get_language

VERSION = "0.4.0"

class VinaigretteError(Exception):
pass

Expand Down

0 comments on commit 2fe235d

Please sign in to comment.