Skip to content

Commit

Permalink
Release mitol-django-payment-gateway/v2024.11.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Nov 12, 2024
1 parent de18dd0 commit 0df1cc7
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 249 deletions.
22 changes: 22 additions & 0 deletions src/payment_gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ and this project uses date-based versioning.

<!-- scriv-insert-here -->

<a id='changelog-2024.11.12'></a>
## [2024.11.12] - 2024-11-12

### Added

- Adds support for tax collection.
- Bumps CyberSource REST Client package to at least 0.0.54.
- Adds a helper for quantizing decimals for currency amounts.

### Changed

- Updated changelog management and versioning scheme.

- Updated requirements and lockfiles to support Django 4.
- Removed support for Django 2.2.

- Added posthog application.

- Update paths in pyproject.toml to ensure versioning continues to work.

- Removes unnecessary noqa's.

<a id='changelog-2023.12.19'></a>
## [2023.12.19] - 2023-12-19

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions src/payment_gateway/changelog.d/20241105_143822_jkachel.md

This file was deleted.

43 changes: 0 additions & 43 deletions src/payment_gateway/changelog.d/20241107_212223_jkachel_add_tax.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/payment_gateway/mitol/payment_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

default_app_config = "mitol.payment_gateway.apps.PaymentGatewayApp"

__version__ = "2023.12.19"
__version__ = "2024.11.12"
__distributionname__ = "mitol-django-payment-gateway"
4 changes: 2 additions & 2 deletions src/payment_gateway/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mitol-django-payment-gateway"
version = "2023.12.19"
version = "2024.11.12"
description = "Django application to handle payment processing"
dependencies = [
"cybersource-rest-client-python>=0.0.59",
Expand All @@ -13,7 +13,7 @@ license = "BSD-3-Clause"
requires-python = ">=3.8"

[tool.bumpver]
current_version = "2023.12.19"
current_version = "2024.11.12"
version_pattern = "YYYY.MM.DD[.INC0]"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit 0df1cc7

Please sign in to comment.