Skip to content

Commit

Permalink
Release mitol-django-google-sheets-refunds/v2025.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Feb 3, 2025
1 parent 5d67148 commit 8039fa3
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 328 deletions.
24 changes: 24 additions & 0 deletions src/google_sheets_refunds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project uses date-based versioning.

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

<a id='changelog-2025.2.3'></a>
## [2025.2.3] - 2025-02-03

### Added

- Added RefundRequestAdmin

### Changed

- Updated README with new better instructions on setup and testing locally

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

- Added posthog application.

- Allow for newer pluggy versions than 0.13.1

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

- Removes unnecessary noqa's.

- Updated pluggy dependency (from 0.13 to anything 0.13 up)

<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.

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

default_app_config = "mitol.google_sheets_refunds.apps.GoogleSheetsRefundsApp"

__version__ = "2023.12.19"
__version__ = "2025.2.3"
__distributionname__ = "mitol-django-google-sheets-refunds"
4 changes: 2 additions & 2 deletions src/google_sheets_refunds/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mitol-django-google-sheets-refunds"
version = "2023.12.19"
version = "2025.2.3"
description="Library to handle Refund requests using Google Sheets integrations in Django"
dependencies = [
"django-stubs>=1.13.1",
Expand All @@ -14,7 +14,7 @@ license = "BSD-3-Clause"
requires-python = ">=3.8"

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

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit 8039fa3

Please sign in to comment.