Skip to content

Commit

Permalink
bump version to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Jul 31, 2024
1 parent 4fd1434 commit 10e87fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- HTTP connector backoff for 10 retries on 403 from server
- `rki/mex` user agent is sent with query requests via wikidata connector

### Changes
- changed backend api connector payload to "items"

- update wikidata search organization request query, with optional language parameter
wikidata query search can be enhanced by specifying the language.
EN is the default language.

### Deprecated

Expand All @@ -27,6 +19,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.33.0] - 2024-07-31

### Added

- HTTP connector backoff for 10 retries on 403 from server
- `rki/mex` user agent is sent with query requests via wikidata connector

### Changes
- changed backend api connector payload to "items"

- update wikidata search organization request query, with optional language parameter
wikidata query search can be enhanced by specifying the language.
EN is the default language.

## [0.32.0] - 2024-07-23

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mex-common"
version = "0.32.0"
version = "0.33.0"
description = "Common library for MEx python projects."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 10e87fe

Please sign in to comment.