Skip to content

Commit 721d87f

Browse files
author
github-actions
committed
9.0.2
Automatically generated by python-semantic-release
1 parent 2d7736f commit 721d87f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33

44

5+
## v9.0.2 (2024-01-04)
6+
7+
### Ci
8+
9+
* ci: Ignore Safety vulnerabilities #467
10+
11+
- 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))
12+
13+
* ci: Add job to test that the API can be installed via Pip #467 ([`8c2258d`](https://github.com/ral-facilities/datagateway-api/commit/8c2258d3c9abe2ba149a893b335465efa67cb6e5))
14+
15+
### Fix
16+
17+
* fix: Pin Flask to 2.0.3 in `pyproject.toml` #467
18+
19+
- This will ensure this version is used when the API is installed via Pip ([`50dd13c`](https://github.com/ral-facilities/datagateway-api/commit/50dd13cdde39fbddd04a2504578d3ecf57cb5f33))
20+
21+
### Unknown
22+
23+
* Merge pull request #468 from ral-facilities/pip-install-#467
24+
25+
Fix Pip Install Issues ([`2d7736f`](https://github.com/ral-facilities/datagateway-api/commit/2d7736f7300ae0640772b57333638a2d3a962e34))
26+
27+
528
## v9.0.1 (2023-09-07)
629

730
### Ci

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datagateway-api"
3-
version = "9.0.1"
3+
version = "9.0.2"
44
description = "ICAT API to interface with the DataGateway"
55
license = "Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)