Skip to content

Commit

Permalink
Bump version to 4.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Sep 28, 2021
1 parent cf039a0 commit 0b5987b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021, ETS Labs
Copyright (c) 2021, Roman Mogylatov
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 4 additions & 0 deletions docs/main/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_


4.36.2
------
- Update docs.

4.36.1
------
- Fix a wiring bug with improper resolving of ``Provide[some_provider.provider]``.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
version=version,
description='Dependency injection framework for Python',
long_description=description,
author='ETS Labs',
author='Roman Mogylatov',
author_email='rmogilatov@gmail.com',
maintainer='Roman Mogylatov',
maintainer_email='rmogilatov@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.36.1'
__version__ = '4.36.2'
"""Version number.
:type: str
Expand Down

0 comments on commit 0b5987b

Please sign in to comment.