Skip to content

Commit

Permalink
Release mitol-django-google-sheets-refunds/v2025.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Feb 27, 2025
1 parent 5c3973f commit fd142fc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 81 deletions.
13 changes: 13 additions & 0 deletions src/google_sheets_refunds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project uses date-based versioning.

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

<a id='changelog-2025.2.27'></a>
## [2025.2.27] - 2025-02-27

### Changed

- Add a migration to swap in `BigAutoField` for the `refundrequest` model.

### added

### removed

- support for python 3.8 and 3.9.

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

Expand Down

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__ = "2025.2.3"
__version__ = "2025.2.27"
__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 = "2025.2.3"
version = "2025.2.27"
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.10"

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

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit fd142fc

Please sign in to comment.