Skip to content

Commit

Permalink
Bump version to 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Oct 29, 2020
1 parent cdc5e84 commit f749935
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- python -m pip install twine
- python -m twine upload wheelhouse/*.whl
- python: 3.8
if: branch = develop
if: branch = master
install:
- pip install -r requirements-doc.txt
- pip install awscli
Expand Down
4 changes: 4 additions & 0 deletions docs/main/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_

4.1.7
-----
- Add CI job to build and push documentation to S3 bucket.

4.1.6
-----
- Fix wiring of multiple containers
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.1.6'
__version__ = '4.1.7'
"""Version number.
:type: str
Expand Down

0 comments on commit f749935

Please sign in to comment.