Skip to content

Commit

Permalink
Release mitol-django-hubspot-api/v2023.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Dec 19, 2023
1 parent ae73657 commit 5f3f663
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/mitol/hubspot_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project uses date-based versioning.

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

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

### Added

- Handle hubspot contacts with multiple emails

### Changed

- Updated changelog management and versioning scheme.

- Fixed a bug in hubspot error handling when performing upserts

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

<a id='changelog-2023.5.22'></a>
## [2023.5.22] - 2023-05-22

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

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

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

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit 5f3f663

Please sign in to comment.