mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
Prepared 0.4.0-beta1 release.
This commit is contained in:
parent
f58d2c88b1
commit
09a0c4434a
4 changed files with 7 additions and 4 deletions
|
|
@ -1,3 +1,6 @@
|
|||
v0.4.0-beta1
|
||||
============
|
||||
|
||||
CHANGED: Refactored documentation using sphinx.
|
||||
(resolves issue 81)
|
||||
|
||||
|
|
|
|||
2
PKG-INFO
2
PKG-INFO
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: django-modeltranslation
|
||||
Version: 0.4.0-alpha1
|
||||
Version: 0.4.0-beta1
|
||||
Summary: Translates Django models using a registration approach.
|
||||
Home-page: https://github.com/deschler/django-modeltranslation
|
||||
Author: Peter Eschler,
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ copyright = u'2009-2012, Peter Eschler, Dirk Eschler'
|
|||
# The short X.Y version.
|
||||
version = '0.4'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.4.0-alpha1'
|
||||
release = '0.4.0-beta1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -2,7 +2,7 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='django-modeltranslation',
|
||||
version='0.4.0-alpha1',
|
||||
version='0.4.0-beta1',
|
||||
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='https://github.com/downloads/deschler/django-modeltranslation/django-modeltranslation-0.4.0-alpha1.tar.gz',
|
||||
download_url='https://github.com/downloads/deschler/django-modeltranslation/django-modeltranslation-0.4.0-beta1.tar.gz',
|
||||
classifiers=['Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue