Skip to content

Commit

Permalink
chore(main): release linkedevents 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and harriris-vincit committed Jun 26, 2024
1 parent 4a841e3 commit d1b74f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.7.0"
".": "3.7.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.7.1](https://github.com/City-of-Helsinki/linkedevents/compare/linkedevents-v3.7.0...linkedevents-v3.7.1) (2024-06-26)


### Bug Fixes

* Changes to Enkora place_map and error logging ([bb4328d](https://github.com/City-of-Helsinki/linkedevents/commit/bb4328d9eff713417cd7406de0d9dab32c13e744))
* Handle uncaught expection while processing Enkora event timestamps ([430522b](https://github.com/City-of-Helsinki/linkedevents/commit/430522b328bd7bcf06526b84ef6fad141d28f93d))
* **registration:** Allow large remaining capacities ([4a841e3](https://github.com/City-of-Helsinki/linkedevents/commit/4a841e399c8ff9a95c38d58174b0b71f10c05b03))

## [3.7.0](https://github.com/City-of-Helsinki/linkedevents/compare/linkedevents-v3.6.0...linkedevents-v3.7.0) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion linkedevents/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.0"
__version__ = "3.7.1"

0 comments on commit d1b74f3

Please sign in to comment.