Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.1...v3.0.0) (2019-10-04)

### chore

* **marshmallow:** update to version 3.x ([99f935f](99f935f))

### BREAKING CHANGES

* **marshmallow:** Marshmallow version changed to 3.x
  • Loading branch information
semantic-release-bot committed Oct 4, 2019
1 parent a693cbd commit cacf4eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/enter-at/lambda-handlers/compare/v2.0.1...v3.0.0) (2019-10-04)


### chore

* **marshmallow:** update to version 3.x ([99f935f](https://github.com/enter-at/lambda-handlers/commit/99f935f))


### BREAKING CHANGES

* **marshmallow:** Marshmallow version changed to 3.x

## [2.0.1](https://github.com/enter-at/lambda-handlers/compare/v2.0.0...v2.0.1) (2019-08-02)


Expand Down
2 changes: 1 addition & 1 deletion lambda_handlers/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Release version number."""
__version__ = '2.0.1' # noqa
__version__ = '3.0.0' # noqa

0 comments on commit cacf4eb

Please sign in to comment.