Skip to content

Commit

Permalink
Fogot to update version in __init__ in 1.0.0, updating with proper
Browse files Browse the repository at this point in the history
version for 1.0.1
  • Loading branch information
rory-geoghegan-ecometrica committed Mar 21, 2016
1 parent 6575358 commit b57f803
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 @@ -106,3 +106,8 @@ Release Notes
* Remove support for Django versions < 1.8
* Added support for Django 1.9
* Add the `--keep-vinaigrette-temp` option which keeps the temporary file containing the generated list of translations

1.0.1
-----

* Remembered to update version properly
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 = "1.0.0",
version = "1.0.1",
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.5.0"
VERSION = "1.0.1"

class VinaigretteError(Exception):
pass
Expand Down

0 comments on commit b57f803

Please sign in to comment.