Skip to content

Commit 395e750

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2023-10-28) ### Bug Fixes * migrate setup.py to pyproject.toml ([#27](#27)) ([1c69f62](1c69f62))
1 parent 1c69f62 commit 395e750

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

3+
## [1.1.3](https://github.com/pycasbin/django-orm-adapter/compare/v1.1.2...v1.1.3) (2023-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* migrate setup.py to pyproject.toml ([#27](https://github.com/pycasbin/django-orm-adapter/issues/27)) ([1c69f62](https://github.com/pycasbin/django-orm-adapter/commit/1c69f6220975e7a3996947cab6b0c3048ca8ed9a))
9+
310
## [1.1.2](https://github.com/pycasbin/django-orm-adapter/compare/v1.1.1...v1.1.2) (2023-08-08)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "casbin-django-orm-adapter"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
authors = [
55
{name = "Yang Luo", email = "hsluoyz@qq.com"},
66
]

0 commit comments

Comments
 (0)