Skip to content

Commit

Permalink
v2024.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Dec 19, 2024
1 parent 07b8d40 commit 6b6c5de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_payments_chile/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.12.4b"
__version__ = "2024.12.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-payments-chile"
version = "2024.12.4b"
version = "2024.12.5"
description = "Pasarelas de pago chilenas para django-payments"
readme = "README.md"
authors = [{ "name" = "Mario Hernandez", "email" = "mariofix@proton.me" }]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "2024.12.4b"
assert __version__ == "2024.12.5"

0 comments on commit 6b6c5de

Please sign in to comment.