Skip to content

Commit

Permalink
Merge pull request #300 from City-of-Helsinki/release-please--branche…
Browse files Browse the repository at this point in the history
…s--master--components--kuvaselaamo

chore(master): release kuvaselaamo 3.1.4
  • Loading branch information
jannetalvio committed Sep 5, 2023
2 parents 714254f + da64a1f commit caadab9
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1.3"
".": "3.1.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Image details view is now located at `/search/details` so that any old links from search engines or
other places will get a `404 Not found` from `/search/record`.

## [3.1.4](https://github.com/City-of-Helsinki/kuvaselaamo/compare/kuvaselaamo-v3.1.3...kuvaselaamo-v3.1.4) (2023-09-05)


### Bug Fixes

* Force ci browser tests locale to en-US ([d27ae7f](https://github.com/City-of-Helsinki/kuvaselaamo/commit/d27ae7f047b865ef8ba60b1e189b2814d3039c2c))
* Force test language using app feature ([c71f1cd](https://github.com/City-of-Helsinki/kuvaselaamo/commit/c71f1cd6960d78917fe5be49cea01d72eec05e03))
* Populate photo details cache ([146eac0](https://github.com/City-of-Helsinki/kuvaselaamo/commit/146eac0ba411c4e00610c1baa71162941351bf29))
* Release-please configurations HEL-341 ([533f7e9](https://github.com/City-of-Helsinki/kuvaselaamo/commit/533f7e9b7b0fadf7574daf77f391aff761b4d4b3))
* Use original photo for downloads only ([9441093](https://github.com/City-of-Helsinki/kuvaselaamo/commit/9441093a7ddbfa185c77c23aa59740da308d17dd))
* Use thumbnail images in photo lists ([c51c8e7](https://github.com/City-of-Helsinki/kuvaselaamo/commit/c51c8e715fe516269d0623146b0bd08fb36e0a6a))

## [2.0.1] - 2020-12-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion kuvaselaamo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.3"
__version__ = "3.1.4"

0 comments on commit caadab9

Please sign in to comment.