We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a2a72 commit 317684dCopy full SHA for 317684d
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v2.0.0
+## v1.3.0
2
3
* Added Django 5.1, Django 5.2 to tests
4
* Added: Python 3.12, Python 3.13 to tests
setup.py
@@ -4,7 +4,7 @@
5
setup(
6
name='django-passkeys',
7
- version='2.0.0b1',
+ version='1.3.0',
8
description='A Django Authentication Backend for Passkeys',
9
long_description=open("README.md").read(),
10
long_description_content_type="text/markdown",
0 commit comments