Prepared 0.4.0-alpha1 release.

This commit is contained in:
Dirk Eschler 2012-10-12 13:29:13 +00:00
parent d92491b184
commit 4245d1543a
4 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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,

View file

@ -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 @@ setup(name='django-modeltranslation',
'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'],