Skip to content

Commit 317684d

Browse files
committed
Fix version
1 parent 24a2a72 commit 317684d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v2.0.0
1+
## v1.3.0
22

33
* Added Django 5.1, Django 5.2 to tests
44
* Added: Python 3.12, Python 3.13 to tests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-passkeys',
7-
version='2.0.0b1',
7+
version='1.3.0',
88
description='A Django Authentication Backend for Passkeys',
99
long_description=open("README.md").read(),
1010
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)