Skip to content

Commit

Permalink
Release mitol-django-google-sheets/v2024.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Jul 3, 2024
1 parent af10c0d commit aaa571b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions src/mitol/google_sheets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project uses date-based versioning.

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

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

### Changed

- Updated README with instructions for setup.

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

- Added posthog application.

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

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

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

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

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit aaa571b

Please sign in to comment.