Skip to content

Commit bd4b0b6

Browse files
committed
Release v5.1.2
1 parent 3c065e4 commit bd4b0b6

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.1.2] - 2024-06-23
11+
12+
Pypi: https://pypi.org/project/cobib/5.1.2/
13+
914
### Fixed
1015
- support database locations in nested folders of a git repository (!204)
1116

@@ -1045,7 +1050,8 @@ Note: this release was not marked MAJOR because this is still a WIP and early
10451050
- initial version with a basic `sqlite3`-based database
10461051

10471052

1048-
[Unreleased]: https://gitlab.com/cobib/cobib/-/compare/v5.1.1...master
1053+
[Unreleased]: https://gitlab.com/cobib/cobib/-/compare/v5.1.2...master
1054+
[5.1.2]: https://gitlab.com/cobib/cobib/-/tags/v5.1.2
10491055
[5.1.1]: https://gitlab.com/cobib/cobib/-/tags/v5.1.1
10501056
[5.1.0]: https://gitlab.com/cobib/cobib/-/tags/v5.1.0
10511057
[5.0.1]: https://gitlab.com/cobib/cobib/-/tags/v5.0.1

cobib.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH COBIB 1 2024-05-28 v5.1.1
1+
.TH COBIB 1 2024-06-23 v5.1.2
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.1.1"
9+
__version__ = "5.1.2"
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)