Skip to content

Commit 55a39eb

Browse files
chore(release): 2.5.0 [skip ci]
# [2.5.0](v2.4.0...v2.5.0) (2022-01-30) ### Bug Fixes * cleanup requirements ([43cc46e](43cc46e)) * correct python-version to string instead of float, misleading the ci. ([c0ac1c8](c0ac1c8)) * Specify a fixed version for nodejs in the release ci workflow ([f6268b6](f6268b6)) ### Features * add python 3.10 to release workflow ([55e090c](55e090c)) * add python 3.9 and 3.10 to ci using focal distribution ([789d93d](789d93d))
1 parent 1df1a19 commit 55a39eb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Semantic Versioning Changelog
22

3+
# [2.5.0](https://github.com/pycasbin/flask-authz/compare/v2.4.0...v2.5.0) (2022-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* cleanup requirements ([43cc46e](https://github.com/pycasbin/flask-authz/commit/43cc46ec96dca7efd48d47dd35b4e3cc01412475))
9+
* correct python-version to string instead of float, misleading the ci. ([c0ac1c8](https://github.com/pycasbin/flask-authz/commit/c0ac1c8ee1b16d3acf26a1768294780c619b602b))
10+
* Specify a fixed version for nodejs in the release ci workflow ([f6268b6](https://github.com/pycasbin/flask-authz/commit/f6268b6fa932658d48b769ffd619f1ac3d252005))
11+
12+
13+
### Features
14+
15+
* add python 3.10 to release workflow ([55e090c](https://github.com/pycasbin/flask-authz/commit/55e090c90acbecc0329a795007b2ee2193a21a92))
16+
* add python 3.9 and 3.10 to ci using focal distribution ([789d93d](https://github.com/pycasbin/flask-authz/commit/789d93d906c4d84ad404a142cb0a0528e6538bc2))
17+
318
# [2.4.0](https://github.com/pycasbin/flask-authz/compare/v2.3.0...v2.4.0) (2021-07-23)
419

520

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ universal = 1
33

44
[metadata]
55
description-file = README.md
6-
version = 2.4.0
6+
version = 2.5.0
77

0 commit comments

Comments
 (0)