mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-09 14:20:59 +00:00
Bump version to 1.3.0.
This commit is contained in:
parent
1d035661af
commit
bf1373a329
2 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
tip (unreleased)
|
||||
----------------
|
||||
1.3.0 (2013.03.27)
|
||||
------------------
|
||||
|
||||
- Allow specifying default value for a ``StatusField``. Thanks Felipe
|
||||
Prenholato.
|
||||
|
|
|
|||
10
setup.py
10
setup.py
|
|
@ -8,15 +8,15 @@ long_description = (open('README.rst').read() +
|
|||
|
||||
setup(
|
||||
name='django-model-utils',
|
||||
version='1.2.0.post1',
|
||||
version='1.3.0',
|
||||
description='Django model mixins and utilities',
|
||||
long_description=long_description,
|
||||
author='Carl Meyer',
|
||||
author_email='carl@dirtcircle.com',
|
||||
url='http://bitbucket.org/carljm/django-model-utils/',
|
||||
author_email='carl@oddbird.net',
|
||||
url='https://github.com/carljm/django-model-utils/',
|
||||
packages=find_packages(),
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
|
|
@ -25,6 +25,6 @@ setup(
|
|||
'Framework :: Django',
|
||||
],
|
||||
zip_safe=False,
|
||||
tests_require=["Django>=1.1"],
|
||||
tests_require=["Django>=1.2"],
|
||||
test_suite='runtests.runtests'
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue