Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GqlAuthBot committed Dec 2, 2024
1 parent 846106e commit c2a5364
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
CHANGELOG
=========
0.378.3 - 2024-12-02
--------------------
Release to PyPI for #586
See https://github.com/nrbnlulu/strawberry-django-auth/releases/tag/0.378.0

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #592](https://github.com/nrbnlulu/strawberry-django-auth/pull/592/)

0.378.2 - 2024-12-02
--------------------
Release to PyPI for #586
Expand Down
4 changes: 0 additions & 4 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "strawberry-django-auth"
classifiers = [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Framework :: Django", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",]
description = "Graphql authentication system with Strawberry for Django."
version = "0.378.2"
version = "0.378.3"
readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [ "django>=5.1.3", "Django>=4.2,<5.3", "PyJWT>=2.6.0,<3.0", "strawberry-graphql-django>=0.47.0", "django-stubs[compatible-mypy]>=4.2.0",]
Expand Down

0 comments on commit c2a5364

Please sign in to comment.