From 7879f4a0e0dcce6f8b6ab253a0bf3cdca19ee340 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 May 2021 04:28:26 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/pycasbin/flask-authz/compare/v2.2.0...v2.3.0) (2021-05-15) ### Features * Update requirements.txt for latest casbin version and .github actions test added ([#28](https://github.com/pycasbin/flask-authz/issues/28)) ([d54f9d4](https://github.com/pycasbin/flask-authz/commit/d54f9d4318438ad18e20c1ab60a6b51f8c93ced7)) --- CHANGELOG.md | 8 ++++++++ setup.cfg | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..887d8f8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Semantic Versioning Changelog + +# [2.3.0](https://github.com/pycasbin/flask-authz/compare/v2.2.0...v2.3.0) (2021-05-15) + + +### Features + +* Update requirements.txt for latest casbin version and .github actions test added ([#28](https://github.com/pycasbin/flask-authz/issues/28)) ([d54f9d4](https://github.com/pycasbin/flask-authz/commit/d54f9d4318438ad18e20c1ab60a6b51f8c93ced7)) diff --git a/setup.cfg b/setup.cfg index cb4a338..16128f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,7 @@ [bdist_wheel] -universal=1 +universal = 1 [metadata] -description-file=README.md \ No newline at end of file +description-file = README.md +version = 2.3.0 +