Skip to content

Commit

Permalink
Fixed crashing invalid settings handler
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Mar 22, 2024
1 parent 63f4f47 commit 2a36220
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- name: Release
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: $secret.PYPI_API_TOKEN
password: ${{secret.PYPI_API_TOKEN}}
repository-url: https://test.pypi.org/legacy/
Binary file removed dist/django-umami-0.0.1.tar.gz
Binary file not shown.
Binary file removed dist/django_umami-0.0.1-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion django_umami/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Issues = "https://github.com/TreyWW/django-umami/issues"

[tool.poetry]
name = "django-ummai"
version = "0.0.1"
version = "0.0.2"
description = ""
authors = ["TreyWW"]
#readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-umami
version = 0.0.1
version = 0.0.2
description = A django package to connect to umami for tracking actions
;long_description = file: README.rst
url = https://github.com/TreyWW/django-umami
Expand Down

0 comments on commit 2a36220

Please sign in to comment.