diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8b880c03..95392c9c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -44,6 +44,7 @@ CHANGED: Major refactoring of the admin integration. Subclassed BaseModelAdmin v0.3.3 ====== Date: 2012-02-23 +Packaged from revision 129. CHANGED: jQuery search path in tabbed_translation_fields.js. This allows use of a version of jQuery other than the one provided by Django. Users who diff --git a/LICENSE.txt b/LICENSE.txt index 225c8957..07896dd4 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2011, 2010, 2009, Peter Eschler, Dirk Eschler +Copyright (c) 2012, 2011, 2010, 2009, Peter Eschler, Dirk Eschler All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/PKG-INFO b/PKG-INFO index e00389ff..ae7f9bd6 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: django-modeltranslation -Version: 0.3.2 +Version: 0.4.0-alpha1 Summary: Translates Django models using a registration approach. Home-page: http://code.google.com/p/django-modeltranslation/ Author: Peter Eschler, diff --git a/setup.py b/setup.py index 80ddd76b..1e336107 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name='django-modeltranslation', - version='0.3.3', + version='0.4.0-alpha1', description='Translates Django models using a registration approach.', long_description='The modeltranslation application can be used to ' 'translate dynamic content of existing models to an ' @@ -23,7 +23,7 @@ 'static/modeltranslation/js/*.js']}, include_package_data = True, requires=['django(>=1.0)'], - download_url='http://django-modeltranslation.googlecode.com/files/django-modeltranslation-0.3.3.tar.gz', + download_url='http://django-modeltranslation.googlecode.com/files/django-modeltranslation-0.4.0-alpha1.tar.gz', classifiers=['Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License'],