Skip to content

Commit

Permalink
build: Set maximum compatible version of libcoveocds
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 25, 2024
1 parent 6397324 commit 5810b5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.9.0 (2024-11-25)

### Changed

- Set maximum compatible version of libcoveocds.

## 0.8.0 (2024-08-28)

### Removed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "libcoveoc4ids"
version = "0.8.0"
version = "0.9.0"
authors = [{name = "Open Contracting Partnership and Open Data Services Co-operative Limited", email = "[email protected]"}]
description = "A data review library for the Open Contracting for Infrastructure Data Standards (OC4IDS)"
readme = "README.rst"
Expand All @@ -23,7 +23,7 @@ classifiers = [
dependencies = [
"click",
"libcove>=0.32",
"libcoveocds>=0.12.7",
"libcoveocds>=0.12.7,<0.17",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 5810b5b

Please sign in to comment.