Revision: 170
Author: eschler
Date: Fri Oct 12 06:29:13 2012
Log: Prepared 0.4.0-alpha1 release.
http://code.google.com/p/django-modeltranslation/source/detail?r=170
Modified:
/trunk/CHANGELOG.txt
/trunk/LICENSE.txt
/trunk/PKG-INFO
/trunk/setup.py
=======================================
--- /trunk/CHANGELOG.txt Fri Oct 12 01:27:22 2012
+++ /trunk/CHANGELOG.txt Fri Oct 12 06:29:13 2012
@@ -44,6 +44,7 @@
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
=======================================
--- /trunk/LICENSE.txt Tue Jun 7 08:02:38 2011
+++ /trunk/LICENSE.txt Fri Oct 12 06:29:13 2012
@@ -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
=======================================
--- /trunk/PKG-INFO Thu Jun 16 01:39:54 2011
+++ /trunk/PKG-INFO Fri Oct 12 06:29:13 2012
@@ -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,
=======================================
--- /trunk/setup.py Thu Feb 23 02:03:41 2012
+++ /trunk/setup.py Fri Oct 12 06:29:13 2012
@@ -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'],