We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c69f62 commit 395e750Copy full SHA for 395e750
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Semantic Versioning Changelog
2
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
10
## [1.1.2](https://github.com/pycasbin/django-orm-adapter/compare/v1.1.1...v1.1.2) (2023-08-08)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "casbin-django-orm-adapter"
-version = "1.1.2"
+version = "1.1.3"
authors = [
{name = "Yang Luo", email = "hsluoyz@qq.com"},
]
0 commit comments