mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Increase version to 3.0.1
This commit is contained in:
parent
acdf7f8052
commit
98ee1882cd
|
@ -9,7 +9,13 @@ follows `Semantic versioning`_
|
|||
|
||||
Development version
|
||||
-------------------
|
||||
.. - No features.
|
||||
- No features.
|
||||
|
||||
3.0.1
|
||||
-----
|
||||
- Add ``*.c`` source files under version control.
|
||||
- Change keywords.
|
||||
|
||||
|
||||
3.0.0
|
||||
-----
|
||||
|
|
4
setup.py
4
setup.py
|
@ -79,10 +79,10 @@ setup(name='dependency-injector',
|
|||
license='BSD New',
|
||||
platforms=['any'],
|
||||
keywords=[
|
||||
'DI',
|
||||
'Dependency injection',
|
||||
'IoC',
|
||||
'DI',
|
||||
'Inversion of Control',
|
||||
'IoC',
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
VERSION = '3.0.0'
|
||||
VERSION = '3.0.1'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user