Skip to content

Commit 258c55d

Browse files
committed
Merge branch 'release/4.36.2' into master
2 parents cf039a0 + 0b5987b commit 258c55d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

LICENSE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021, ETS Labs
1+
Copyright (c) 2021, Roman Mogylatov
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

1010

11+
4.36.2
12+
------
13+
- Update docs.
14+
1115
4.36.1
1216
------
1317
- Fix a wiring bug with improper resolving of ``Provide[some_provider.provider]``.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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',

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = '4.36.1'
3+
__version__ = '4.36.2'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)