Skip to content

Commit

Permalink
Bump up the version number now that we support python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rory-geoghegan-ecometrica committed Jul 31, 2014
1 parent 2fbc513 commit bcf7e13
Show file tree
Hide file tree
Showing 2 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 @@ -84,3 +84,8 @@ Release Notes

* New VinaigrettteAdminLanguageMiddleware middleware.
* Bug fix for the --all option, it now works again.

0.3.0
-----

* Support for python 3.3.
4 changes: 3 additions & 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.2.1",
version = "0.3.0",
packages = find_packages(),
description = description,
author = "Ecometrica",
Expand All @@ -23,6 +23,8 @@
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX",
Expand Down

0 comments on commit bcf7e13

Please sign in to comment.