mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
Bumped version to 0.3.1.
This commit is contained in:
parent
15d0896415
commit
b7cc3cf262
5 changed files with 8 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
CHANGED: Renamed media folder to static.
|
||||
(resolves issue 61)
|
||||
|
||||
v0.3
|
||||
====
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2010, 2009, Peter Eschler, Dirk Eschler
|
||||
Copyright (c) 2011, 2010, 2009, Peter Eschler, Dirk Eschler
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
include *.txt
|
||||
recursive-include docs *.txt
|
||||
recursive-include modeltranslation/media *
|
||||
recursive-include modeltranslation/static *
|
||||
|
|
|
|||
6
PKG-INFO
6
PKG-INFO
|
|
@ -1,12 +1,12 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: django-modeltranslation
|
||||
Version: 0.2
|
||||
Version: 0.3.1
|
||||
Summary: Translates Django models using a registration approach.
|
||||
Home-page: http://code.google.com/p/django-modeltranslation/
|
||||
Author: Peter Eschler,
|
||||
Dirk Eschler
|
||||
Author-email: "Peter Eschler" <peschler@googlemail.com>,
|
||||
"Dirk Eschler" <eschler@gmail.com>
|
||||
Author-email: "Peter Eschler" <p.eschler@nmy.de>,
|
||||
"Dirk Eschler" <d.eschler@nmy.de>
|
||||
License: New BSD
|
||||
Description: The modeltranslation application can be used to translate dynamic
|
||||
content of existing models to an arbitrary number of languages
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -2,7 +2,7 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='django-modeltranslation',
|
||||
version='0.3',
|
||||
version='0.3.1',
|
||||
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 '
|
||||
|
|
@ -20,7 +20,7 @@ setup(name='django-modeltranslation',
|
|||
packages=['modeltranslation', 'modeltranslation.management',
|
||||
'modeltranslation.management.commands'],
|
||||
requires=['django(>=1.0)'],
|
||||
download_url='http://django-modeltranslation.googlecode.com/files/django-modeltranslation-0.2.tar.gz',
|
||||
download_url='http://django-modeltranslation.googlecode.com/files/django-modeltranslation-0.3.1.tar.gz',
|
||||
classifiers=['Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue