3.2.4 release

This commit is contained in:
Roman Mogilatov 2017-01-11 00:15:07 +02:00
commit 4215cdf3d6
4 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2015, ETS Labs
Copyright (c) 2017, ETS Labs
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -343,5 +343,5 @@ Your feedback is quite important!
.. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection
.. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control
.. _PyPi: https://pypi.python.org/pypi/dependency_injector
.. _User's guide: http://python-dependency-injector.ets-labs.org/en/stable/
.. _API docs: http://python-dependency-injector.ets-labs.org/en/stable/api/
.. _User's guide: http://python-dependency-injector.ets-labs.org/
.. _API docs: http://python-dependency-injector.ets-labs.org/api/

View File

@ -11,6 +11,13 @@ Development version
-------------------
- No features.
3.2.4
-----
- Switch to single version of documentation for getting shorter urls (without
``/en/stable/``). Add appropriate redirects for compatibility with previous
links.
- Update copyright date.
3.2.3
-----
- Add examples into README.

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.2.3'
__version__ = '3.2.4'
"""Version number that follows semantic versioning.
:type: str