Skip to content

Commit

Permalink
Prepare for new version release (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradshjg committed Jan 17, 2021
1 parent 7cdbcb4 commit 602ad8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]

### Changed
- `GITHUBAPP_SECRET` can now be set to `False` to skip verifying the signature of
the webhook payload.
Expand All @@ -29,5 +31,6 @@ The goal is to aid in debugging, as GitHub allows app owners to view hook respon
- Initial release


[Unreleased]: https://github.com/bradshjg/flask-githubapp/compare/0.2.0...HEAD
[Unreleased]: https://github.com/bradshjg/flask-githubapp/compare/0.3.0...HEAD
[0.2.0]: https://github.com/bradshjg/flask-githubapp/compare/0.1.0...0.2.0
[0.3.0]: https://github.com/bradshjg/flask-githubapp/compare/0.2.0...0.3.0
2 changes: 1 addition & 1 deletion flask_githubapp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
'License :: OSI Approved :: MIT License',
'Framework :: Flask',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 602ad8a

Please sign in to comment.