Skip to content

Commit

Permalink
Release v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek committed Dec 15, 2024
1 parent 08061ec commit d4d3741
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [5.2.3] - 2024-12-15

Pypi: https://pypi.org/project/cobib/5.2.3/

### Fixed

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


[Unreleased]: https://gitlab.com/cobib/cobib/-/compare/v5.2.2...master
[Unreleased]: https://gitlab.com/cobib/cobib/-/compare/v5.2.3...master
[5.2.3]: https://gitlab.com/cobib/cobib/-/tags/v5.2.3
[5.2.2]: https://gitlab.com/cobib/cobib/-/tags/v5.2.2
[5.2.1]: https://gitlab.com/cobib/cobib/-/tags/v5.2.1
[5.2.0]: https://gitlab.com/cobib/cobib/-/tags/v5.2.0
Expand Down
2 changes: 1 addition & 1 deletion cobib.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH COBIB 1 2024-12-06 v5.2.2
.TH COBIB 1 2024-12-15 v5.2.3
.SH NAME
coBib \- Console-based Bibliography Management
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/cobib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import subprocess
from pathlib import Path

__version__ = "5.2.2"
__version__ = "5.2.3"

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

0 comments on commit d4d3741

Please sign in to comment.