diff --git a/LICENSE.rst b/LICENSE.rst index aa264e0b..41880b9d 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -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 diff --git a/README.rst b/README.rst index 079626bf..81974839 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index b1938420..566adc3b 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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. diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index 1213a7e9..87f400f2 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -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