mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-18 22:21:02 +00:00
Bump ver + update setup
This commit is contained in:
parent
4e9f04bdc6
commit
47efd09cb2
2 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '0.13.0'
|
||||
__version__ = '0.14.1'
|
||||
|
||||
def register(model_cls, config_cls=None):
|
||||
from .registry import Registry
|
||||
|
|
|
|||
8
setup.py
8
setup.py
|
|
@ -4,13 +4,13 @@ setup(
|
|||
name = 'django-eav2',
|
||||
version = __import__('eav').__version__,
|
||||
license = 'GNU Lesser General Public License (LGPL), Version 3',
|
||||
requires = ['python (>= 3.5)', 'django (>= 1.11.14)'],
|
||||
requires = ['python (>= 3.6)', 'django (>= 3.1)'],
|
||||
provides = ['eav'],
|
||||
description = 'Entity-Attribute-Value storage for Django',
|
||||
url = 'http://github.com/makimo/django-eav2',
|
||||
url = 'http://github.com/lvm/django-eav2',
|
||||
packages = find_packages(),
|
||||
maintainer = 'Iwo Herka',
|
||||
maintainer_email = 'hi@iwoherka.eu',
|
||||
maintainer = 'Mauro Lizaur',
|
||||
maintainer_email = 'mauro@sdf.org',
|
||||
|
||||
classifiers = [
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
|
|
|||
Loading…
Reference in a new issue