Skip to content

Commit

Permalink
chore(release): 1.35.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.35.0](v1.34.0...v1.35.0) (2024-01-11)

### Features

* support up to Python 3.12 ([6dea204](6dea204))
  • Loading branch information
semantic-release-bot committed Jan 11, 2024
1 parent 6dea204 commit e409434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Versioning Changelog

# [1.35.0](https://github.com/casbin/pycasbin/compare/v1.34.0...v1.35.0) (2024-01-11)


### Features

* support up to Python 3.12 ([6dea204](https://github.com/casbin/pycasbin/commit/6dea20476328b947cf1e4e837acf340e371655c6))

# [1.34.0](https://github.com/casbin/pycasbin/compare/v1.33.0...v1.34.0) (2023-12-28)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "casbin"
version = "1.34.0"
version = "1.35.0"
authors = [
{name = "TechLee", email = "[email protected]"},
]
Expand Down

0 comments on commit e409434

Please sign in to comment.