Skip to content

Commit d389485

Browse files
committed
feat: update path
1 parent 9fff426 commit d389485

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
* modify remove_filtered_policy method to support filtering of empty strings ([#12](https://github.com/officialpycasbin/pymongo-adapter/issues/12)) ([37e0561](https://github.com/officialpycasbin/pymongo-adapter/commit/37e0561bb678f11f291360a6eaf58121db6b7630))
99

10-
# [1.1.0](https://github.com/pycasbin/pymongo-adapter/compare/v1.0.0...v1.1.0) (2024-03-29)
10+
# [1.1.0](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.0.0...v1.1.0) (2024-03-29)
1111

1212

1313
### Features
1414

15-
* upgrade CI Node.js version to 20 ([e2e48e4](https://github.com/pycasbin/pymongo-adapter/commit/e2e48e456b2c4502e28ae6c58d31183959d66662))
15+
* upgrade CI Node.js version to 20 ([e2e48e4](https://github.com/officialpycasbin/pymongo-adapter/commit/e2e48e456b2c4502e28ae6c58d31183959d66662))
1616

1717
# 1.0.0 (2021-07-28)
1818

1919

2020
### Features
2121

22-
* implements delete policy ([#8](https://github.com/pycasbin/pymongo-adapter/issues/8)) ([88b9b8a](https://github.com/pycasbin/pymongo-adapter/commit/88b9b8a10c9401e2dded3995afb9c9d787564c59))
22+
* implements delete policy ([#8](https://github.com/officialpycasbin/pymongo-adapter/issues/8)) ([88b9b8a](https://github.com/officialpycasbin/pymongo-adapter/commit/88b9b8a10c9401e2dded3995afb9c9d787564c59))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PyMongo Adapter for PyCasbin
22
====
33

4-
[![Build Status](https://www.travis-ci.org/pycasbin/pymongo-adapter.svg?branch=master)](https://www.travis-ci.org/pycasbin/pymongo-adapter)
5-
[![Coverage Status](https://coveralls.io/repos/github/pycasbin/pymongo-adapter/badge.svg)](https://coveralls.io/github/pycasbin/pymongo-adapter)
4+
[![Build Status](https://www.travis-ci.org/officialpycasbin/pymongo-adapter.svg?branch=master)](https://www.travis-ci.org/officialpycasbin/pymongo-adapter)
5+
[![Coverage Status](https://coveralls.io/repos/github/officialpycasbin/pymongo-adapter/badge.svg)](https://coveralls.io/github/officialpycasbin/pymongo-adapter)
66
[![Version](https://img.shields.io/pypi/v/casbin_pymongo_adapter.svg)](https://pypi.org/project/casbin_pymongo_adapter/)
77
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/casbin_pymongo_adapter.svg)](https://pypi.org/project/casbin_pymongo_adapter/)
88
[![Pyversions](https://img.shields.io/pypi/pyversions/casbin_pymongo_adapter.svg)](https://pypi.org/project/casbin_pymongo_adapter/)

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
setup(
2020
name="casbin_pymongo_adapter",
21-
author="TechLee,Xhy-5000,AmosChenYQ",
22-
author_email="techlee@qq.com,amoschenyq@foxmail.com",
21+
author="Casbin",
22+
author_email="admin@casbin.org",
2323
description="PyMongo Adapter for PyCasbin",
2424
long_description=long_description,
2525
long_description_content_type="text/markdown",
26-
url="https://github.com/pycasbin/pymongo-adapter",
26+
url="https://github.com/officialpycasbin/pymongo-adapter",
2727
keywords=[
2828
"casbin",
2929
"pymongo",

0 commit comments

Comments
 (0)