File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2021, ETS Labs
1+ Copyright (c) 2021, Roman Mogylatov
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ From version 0.7.6 *Dependency Injector* framework strictly
88follows `Semantic versioning `_
99
1010
11+ 4.36.2
12+ ------
13+ - Update docs.
14+
11154.36.1
1216------
1317- Fix a wiring bug with improper resolving of ``Provide[some_provider.provider] ``.
Original file line number Diff line number Diff line change 3333 version = version ,
3434 description = 'Dependency injection framework for Python' ,
3535 long_description = description ,
36- author = 'ETS Labs ' ,
36+ author = 'Roman Mogylatov ' ,
3737 author_email = 'rmogilatov@gmail.com' ,
3838 maintainer = 'Roman Mogylatov' ,
3939 maintainer_email = 'rmogilatov@gmail.com' ,
Original file line number Diff line number Diff line change 11"""Top-level package."""
22
3- __version__ = '4.36.1 '
3+ __version__ = '4.36.2 '
44"""Version number.
55
66:type: str
You can’t perform that action at this time.
0 commit comments