Skip to content

Commit

Permalink
Merge pull request #146 from OpenDataServices/release-0.32.1
Browse files Browse the repository at this point in the history
release: 0.32.1
  • Loading branch information
Bjwebb authored Jul 8, 2024
2 parents 3623ecf + c18246d commit 19ae2ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ jobs:
run: |
git clone https://github.com/open-contracting/cove-${{ matrix.cove }}.git
git clone https://github.com/open-contracting/lib-cove-${{ matrix.cove }}.git
git clone https://github.com/OpenDataServices/lib-cove-web.git
- name: Install
run: |
pip install -r requirements_dev.txt
# Temporary fix so we don't try to install libcove from a non-existent
# branch
sed -i '/=libcove/d' cove-${{ matrix.cove}}/requirements_dev.txt
pip install -r cove-${{ matrix.cove }}/requirements_dev.txt
# Make sure we're using local libs rather than one brought in
# via requirements.
pip install -e ./lib-cove-${{ matrix.cove }}/
pip install -e ./lib-cove-web
pip install -e .
pip list
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.32.1] - 2024-06-28

### Fixed

- `unique_ids` now doesn't have exponential running time if there's no ID fields https://github.com/OpenDataServices/lib-cove/pull/144

## [0.32.0] - 2023-12-19

### Removed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="libcove",
version="0.32.0",
version="0.32.1",
author="Open Data Services",
author_email="[email protected]",
url="https://github.com/OpenDataServices/lib-cove",
Expand Down

0 comments on commit 19ae2ec

Please sign in to comment.