FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 39d8f852 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

feat(mkdocs): bump poetry version used for building docs

The poetry export plugin now requires a later release of poetry. Bump
the default version.
parent 03feb05c
No related branches found
No related tags found
1 merge request!116feat(mkdocs): bump poetry version used for building docs
...@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [6.5.0] - 2025-01-13
### Changed
- bumped default version of `poetry` used by mkdocs jobs to work around the
export plugin requiring a later version.
## [6.4.3] - 2024-12-13 ## [6.4.3] - 2024-12-13
### Fixed ### Fixed
......
...@@ -6,7 +6,7 @@ variables: ...@@ -6,7 +6,7 @@ variables:
PYTHON_IMAGE: registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/python:$PYTHON_VERSION-alpine PYTHON_IMAGE: registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/python:$PYTHON_VERSION-alpine
# Default poetry version to use # Default poetry version to use
PYTHON_POETRY_VERSION: "1.8.3" PYTHON_POETRY_VERSION: "2.0.1"
# A default set of python versions to test. This is usually the most recent three released versions. Note that adding a # A default set of python versions to test. This is usually the most recent three released versions. Note that adding a
# new version here also requires that we add a new version to the common docker image repository project. # new version here also requires that we add a new version to the common docker image repository project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment