Skip to content

Commit d4d3741

Browse files
committed
Release v5.2.3
1 parent 08061ec commit d4d3741

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
## [5.2.3] - 2024-12-15
11+
12+
Pypi: https://pypi.org/project/cobib/5.2.3/
13+
914
### Fixed
1015

1116
- the interactive handling of notes inside the TUI (#148,!288)
@@ -1138,7 +1143,8 @@ Note: this release was not marked MAJOR because this is still a WIP and early
11381143
- initial version with a basic `sqlite3`-based database
11391144

11401145

1141-
[Unreleased]: https://gitlab.com/cobib/cobib/-/compare/v5.2.2...master
1146+
[Unreleased]: https://gitlab.com/cobib/cobib/-/compare/v5.2.3...master
1147+
[5.2.3]: https://gitlab.com/cobib/cobib/-/tags/v5.2.3
11421148
[5.2.2]: https://gitlab.com/cobib/cobib/-/tags/v5.2.2
11431149
[5.2.1]: https://gitlab.com/cobib/cobib/-/tags/v5.2.1
11441150
[5.2.0]: https://gitlab.com/cobib/cobib/-/tags/v5.2.0

cobib.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH COBIB 1 2024-12-06 v5.2.2
1+
.TH COBIB 1 2024-12-15 v5.2.3
22
.SH NAME
33
coBib \- Console-based Bibliography Management
44
.SH SYNOPSIS

src/cobib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import subprocess
77
from pathlib import Path
88

9-
__version__ = "5.2.2"
9+
__version__ = "5.2.3"
1010

1111
if (Path(__file__).parent.parent.parent / ".git").exists():
1212
# if installed from source, append HEAD commit SHA to version info as metadata

0 commit comments

Comments
 (0)