Skip to content

Commit

Permalink
Release release-2024.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sommerhalder committed Mar 28, 2024
1 parent aaa823d commit b238279
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
28 changes: 5 additions & 23 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changes

## 2024.19

`2024-03-28` | [aaa823d7d9...aaa823d7d9](https://github.com/OneGov/onegov-cloud/compare/aaa823d7d9^...aaa823d7d9)

## 2024.18

`2024-03-28` | [ed9dcdad14...17c12a396f](https://github.com/OneGov/onegov-cloud/compare/ed9dcdad14^...17c12a396f)
`2024-03-28` | [ed9dcdad14...8f182f3b09](https://github.com/OneGov/onegov-cloud/compare/ed9dcdad14^...8f182f3b09)

### Election Day

Expand Down Expand Up @@ -1866,25 +1870,3 @@ Check for attendee id instead of name in the invoice items after a new booking.

`Bugfix` | [PRO-1092](https://linear.app/projuventute/issue/PRO-1092) | [79ac2bf63f](https://github.com/onegov/onegov-cloud/commit/79ac2bf63fcbb1c1b7d3d69e596b393f89869d31)

## 2023.32

`2023-07-11` | [fa001f406a...d6a24a0433](https://github.com/OneGov/onegov-cloud/compare/fa001f406a^...d6a24a0433)

### Feriennet

##### Replace Banners

`Feature` | [PRO-1224](https://linear.app/projuventute/issue/PRO-1224) | [fa001f406a](https://github.com/onegov/onegov-cloud/commit/fa001f406aa4d3a1b8446f9796c52e8191bafe38)

##### Bugfix invoice item export

`Bugfix` | [PRO-1201](https://linear.app/projuventute/issue/PRO-1201) | [63b78a0756](https://github.com/onegov/onegov-cloud/commit/63b78a0756282ddcc67d4c58e0f86560e036ccac)

### File

##### Strips EXIF data from uploaded images

Improves robustness of image processing in `ProcessedUploadedFile`

`Feature` | [OGC-1190](https://linear.app/onegovcloud/issue/OGC-1190) | [355c39e74a](https://github.com/onegov/onegov-cloud/commit/355c39e74aeecfd36df17e9749b40c8a11974aa8)

2 changes: 1 addition & 1 deletion src/onegov/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# version is to create release-dependent urls, artifacts and caches. During
# development these dependencies do not need to be updated in lock-step.
#
__version__ = '2024.18'
__version__ = '2024.19'

# The module levels used for dependency tests and to have a well defined
# onegov core upgrade order.
Expand Down

0 comments on commit b238279

Please sign in to comment.