Skip to content

Commit

Permalink
Release mitol-django-google-sheets/v2025.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Feb 4, 2025
1 parent 4c5644a commit 56d5431
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 124 deletions.
11 changes: 11 additions & 0 deletions src/google_sheets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project uses date-based versioning.

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

<a id='changelog-2025.2.4'></a>
## [2025.2.4] - 2025-02-04

### Changed

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

- Removes unnecessary noqa's.

- Bumped Google Python API package versions

<a id='changelog-2024.7.3'></a>
## [2024.7.3] - 2024-07-03

Expand Down

This file was deleted.

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

This file was deleted.

This file was deleted.

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

default_app_config = "mitol.google_sheets.apps.GoogleSheetsApp"

__version__ = "2024.7.3"
__version__ = "2025.2.4"
__distributionname__ = "mitol-django-google-sheets"
4 changes: 2 additions & 2 deletions src/google_sheets/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mitol-django-google-sheets"
version = "2024.7.3"
version = "2025.2.4"
description = "Core library to handle Google Sheets integrations in Django"
dependencies = [
"django-stubs>=1.13.1",
Expand All @@ -18,7 +18,7 @@ license = "BSD-3-Clause"
requires-python = ">=3.8"

[tool.bumpver]
current_version = "2024.7.3"
current_version = "2025.2.4"
version_pattern = "YYYY.MM.DD[.INC0]"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit 56d5431

Please sign in to comment.