Skip to content

Commit

Permalink
Release mitol-django-google-sheets-refunds/v2023.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Dec 19, 2023
1 parent c08bc06 commit e65f489
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions src/mitol/google_sheets_refunds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project uses date-based versioning.

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

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

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

<a id='changelog-2023.6.9'></a>
## [2023.6.9] - 2023-06-09

Expand Down
2 changes: 1 addition & 1 deletion src/mitol/google_sheets_refunds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""" mitol.google_sheets_refunds """
default_app_config = "mitol.google_sheets_refunds.apps.GoogleSheetsRefundsApp"

__version__ = "2023.6.9"
__version__ = "2023.12.19"
__distributionname__ = "mitol-django-google-sheets-refunds"
4 changes: 2 additions & 2 deletions src/mitol/google_sheets_refunds/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "mitol-django-google-sheets-refunds"
version = "2023.6.9"
version = "2023.12.19"

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

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit e65f489

Please sign in to comment.