File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+
10
+ ## [ 5.2.0] - 2024-10-30
11
+
12
+ Pypi: https://pypi.org/project/cobib/5.2.0/
13
+
9
14
### Prelude
10
15
11
16
With the addition of the new ` note ` command, the database entry fields called
@@ -1101,7 +1106,8 @@ Note: this release was not marked MAJOR because this is still a WIP and early
1101
1106
- initial version with a basic ` sqlite3 ` -based database
1102
1107
1103
1108
1104
- [ Unreleased ] : https://gitlab.com/cobib/cobib/-/compare/v5.1.3...master
1109
+ [ Unreleased ] : https://gitlab.com/cobib/cobib/-/compare/v5.2.0...master
1110
+ [ 5.2.0 ] : https://gitlab.com/cobib/cobib/-/tags/v5.2.0
1105
1111
[ 5.1.3 ] : https://gitlab.com/cobib/cobib/-/tags/v5.1.3
1106
1112
[ 5.1.2 ] : https://gitlab.com/cobib/cobib/-/tags/v5.1.2
1107
1113
[ 5.1.1 ] : https://gitlab.com/cobib/cobib/-/tags/v5.1.1
Original file line number Diff line number Diff line change 1
- .TH COBIB 1 2024-08-23 v5.1.3
1
+ .TH COBIB 1 2024-10-30 v5.2.0
2
2
.SH NAME
3
3
coBib \- Console-based Bibliography Management
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 6
6
import subprocess
7
7
from pathlib import Path
8
8
9
- __version__ = "5.1.3 "
9
+ __version__ = "5.2.0 "
10
10
11
11
if (Path (__file__ ).parent .parent .parent / ".git" ).exists ():
12
12
# if installed from source, append HEAD commit SHA to version info as metadata
You can’t perform that action at this time.
0 commit comments