Skip to content

Commit 0592241

Browse files
committed
Fix the homepage URL for django-salesforce-agpl
1 parent a033d7f commit 0592241

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

salesforce/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
IntegrityError as IntegrityError, DatabaseError as DatabaseError, SalesforceError as SalesforceError,
2020
)
2121

22-
__version__ = "5.0.1"
22+
__version__ = "5.0.1.1"
2323

2424
log = logging.getLogger(__name__)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def autosetup():
6868
long_description_content_type="text/x-rst",
6969
license="AGPL",
7070
keywords="django salesforce orm backend",
71-
url="https://github.com/django-salesforce/django-salesforce",
71+
url="https://github.com/django-salesforce/django-salesforce-agpl",
7272
)
7373

7474

0 commit comments

Comments
 (0)