mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-16 11:33:13 +03:00
Update PyPi info
This commit is contained in:
parent
ae6067b96a
commit
3d8de194ac
|
@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
|
||||||
from . import catalogs
|
from . import catalogs
|
||||||
catalog = catalogs
|
catalog = catalogs
|
||||||
|
|
||||||
VERSION = '1.13.1'
|
VERSION = '1.13.2'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
|
@ -11,6 +11,10 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
1.13.2
|
||||||
|
------
|
||||||
|
- Update PyPi info.
|
||||||
|
|
||||||
1.13.1
|
1.13.1
|
||||||
------
|
------
|
||||||
- Transfer ownership to `ETS Labs <https://github.com/ets-labs>`_.
|
- Transfer ownership to `ETS Labs <https://github.com/ets-labs>`_.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -51,7 +51,7 @@ setup(name='dependency_injector',
|
||||||
long_description=description,
|
long_description=description,
|
||||||
author='ETS Labs',
|
author='ETS Labs',
|
||||||
author_email='rmogilatov@gmail.com',
|
author_email='rmogilatov@gmail.com',
|
||||||
maintainer='Roman Mogilatov',
|
maintainer='ETS Labs',
|
||||||
maintainer_email='rmogilatov@gmail.com',
|
maintainer_email='rmogilatov@gmail.com',
|
||||||
url='https://github.com/ets-labs/dependency_injector',
|
url='https://github.com/ets-labs/dependency_injector',
|
||||||
license='BSD New',
|
license='BSD New',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user