Skip to content

Commit

Permalink
Bump up version to 0.5.0 with new .register() argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
rory-geoghegan-ecometrica committed Jul 13, 2015
1 parent c59673f commit e96a690
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,8 @@ Release Notes
-----

* Support for Django 1.7

0.5.0
-----

* Can specify properties to use instead of database field names in .register() function.
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.4.0",
version = "0.5.0",
packages = find_packages(),
description = description,
author = "Ecometrica",
Expand Down
2 changes: 1 addition & 1 deletion vinaigrette/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext, ugettext_lazy, activate, get_language

VERSION = "0.4.0"
VERSION = "0.5.0"

class VinaigretteError(Exception):
pass
Expand Down

0 comments on commit e96a690

Please sign in to comment.