Skip to content

Commit 13f4fc7

Browse files
chore(release): 3.0.7 [skip ci]
## [3.0.7](v3.0.6...v3.0.7) (2020-11-04) ### Bug Fixes * **CI:** avoid installing pre-commit in CI pipelines ([4c31d14](4c31d14)) * **CI:** install dev dependencies for the release step ([a63f415](a63f415))
1 parent 4c31d14 commit 13f4fc7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.0.7](https://github.com/enter-at/python-aws-lambda-handlers/compare/v3.0.6...v3.0.7) (2020-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **CI:** avoid installing pre-commit in CI pipelines ([4c31d14](https://github.com/enter-at/python-aws-lambda-handlers/commit/4c31d143b7f9f351895a35526f6691ee9f2265d8))
7+
* **CI:** install dev dependencies for the release step ([a63f415](https://github.com/enter-at/python-aws-lambda-handlers/commit/a63f41575f718a7c61da3e7941856beeb59ed6a1))
8+
19
## [3.0.6](https://github.com/enter-at/python-aws-lambda-handlers/compare/v3.0.5...v3.0.6) (2020-11-04)
210

311

lambda_handlers/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Release version number."""
2-
__version__ = '3.0.6' # noqa
2+
__version__ = '3.0.7' # noqa

0 commit comments

Comments
 (0)