Skip to content

Commit

Permalink
release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geritwagner committed Apr 29, 2024
1 parent 355f5e1 commit 5008df8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0).
### Fixed
-->

## 0.12.2 - 2024-04-29

- Update CoLRev packages (including interfaces, development docs etc.)
- Refactoring (local-index)
- Implement json-loader
- Make ui_web (dash, blinker) optional to prevent errors in WSL
- Bugfixes

## 0.12.1 - 2024-04-17

- Refactor and test (dataset, records, provenance, local_index)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors:
given-names: "Julian"
orcid: "https://orcid.org/0000-0003-2682-8036"
title: "CoLRev: An open-source environment for collaborative reviews"
version: 0.12.1
date-released: 2024-04-17
version: 0.12.2
date-released: 2024-04-29
url: "https://github.com/CoLRev-Environment/colrev"
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 = "colrev"
version = "0.12.1"
version = "0.12.2"
description = "CoLRev: An open-source environment for collaborative reviews"
authors = ["Gerit Wagner <gerit.wagner@uni-bamberg.de>", "Julian Prester <julian.prester@sydney.edu.au>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/0_core/review_manager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_get_colrev_versions(
base_repo_review_manager: colrev.review_manager.ReviewManager,
) -> None:
colrev_versions = base_repo_review_manager.get_colrev_versions()
assert ["0.12.1", "0.12.1"] == colrev_versions
assert ["0.12.2", "0.12.2"] == colrev_versions


def test_check_repository_setup(
Expand Down

0 comments on commit 5008df8

Please sign in to comment.