diff --git a/README.rst b/README.rst index 91e3eba..e56531e 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.py b/setup.py index af09ee2..adbb8d4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = "django-vinaigrette", - version = "0.2.1", + version = "0.3.0", packages = find_packages(), description = description, author = "Ecometrica", @@ -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",