Increase version to 3.3.0
This commit is contained in:
parent
dafd416b95
commit
79d1d76817
|
@ -11,6 +11,10 @@ Development version
|
|||
-------------------
|
||||
- No features.
|
||||
|
||||
3.3.0
|
||||
-----
|
||||
- Add support of Python 3.6.
|
||||
|
||||
3.2.5
|
||||
-----
|
||||
- Add description of structure into README.
|
||||
|
|
1
setup.py
1
setup.py
|
@ -101,6 +101,7 @@ setup(name='dependency-injector',
|
|||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Software Development',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
__version__ = '3.2.5'
|
||||
__version__ = '3.3.0'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue