Skip to content

Commit

Permalink
Prepared 0.4.0-alpha1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
deschler committed Oct 12, 2012
1 parent d92491b commit 4245d15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand All @@ -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'],
Expand Down

0 comments on commit 4245d15

Please sign in to comment.