Update version to dev

This commit is contained in:
Roman Mogylatov 2021-01-21 17:57:31 -05:00
parent d533ac110a
commit 582c232790
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
4.10.4
------
Development version
-------------------
- Fix a bug with asynchronous injections: async providers do not work with async dependencies.
See issue: `#368 <https://github.com/ets-labs/python-dependency-injector/issues/368>`_.
Thanks `@kolypto <https://github.com/kolypto>`_ for the bug report.

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = '4.10.3'
__version__ = '4.10.3-dev'
"""Version number.
:type: str