Skip to content

Commit

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

## 0.13.1 - 2024-12-17

- Minor release to install with updated dependencies

## 0.13.0 - 2024-10-04

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ authors:
given-names: "Julian"
orcid: "https://orcid.org/0000-0003-2682-8036"
title: "CoLRev: An open-source environment for collaborative reviews"
version: 0.13.0
version: 0.13.1
identifiers:
- type: doi
value: 10.5281/zenodo.13889524
date-released: 2024-10-04
date-released: 2024-12-17
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.13.0"
version = "0.13.1"
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 @@ -53,7 +53,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.13.0", "0.13.0"] == colrev_versions, print(
assert ["0.13.1", "0.13.1"] == colrev_versions, print(
f"To install the current version, run {Colors.ORANGE}pip install -e .{Colors.END}"
)

Expand Down

0 comments on commit 8a5a12e

Please sign in to comment.