Skip to content

Commit

Permalink
9.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 4, 2024
1 parent 2d7736f commit 721d87f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## v9.0.2 (2024-01-04)

### Ci

* ci: Ignore Safety vulnerabilities #467

- As normal, we can't upgrade because all patched versions have dropped support for Python 3.6 ([`05b3e13`](https://github.com/ral-facilities/datagateway-api/commit/05b3e13c64fef1913b5cc15ba9d32fe112f322a6))

* ci: Add job to test that the API can be installed via Pip #467 ([`8c2258d`](https://github.com/ral-facilities/datagateway-api/commit/8c2258d3c9abe2ba149a893b335465efa67cb6e5))

### Fix

* fix: Pin Flask to 2.0.3 in `pyproject.toml` #467

- This will ensure this version is used when the API is installed via Pip ([`50dd13c`](https://github.com/ral-facilities/datagateway-api/commit/50dd13cdde39fbddd04a2504578d3ecf57cb5f33))

### Unknown

* Merge pull request #468 from ral-facilities/pip-install-#467

Fix Pip Install Issues ([`2d7736f`](https://github.com/ral-facilities/datagateway-api/commit/2d7736f7300ae0640772b57333638a2d3a962e34))


## v9.0.1 (2023-09-07)

### Ci
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datagateway-api"
version = "9.0.1"
version = "9.0.2"
description = "ICAT API to interface with the DataGateway"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 721d87f

Please sign in to comment.