Skip to content

Commit a2c68fe

Browse files
committed
v2.0.5 - SPA HTML no-cache (upgrade-safe UI) + merge page initial-load loader
1 parent 20dc7bc commit a2c68fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta"
1616

1717
[project]
1818
name = "bibexpy"
19-
version = "2.0.4"
19+
version = "2.0.5"
2020
description = "Self-hosted bibliometric data preparation tool (Scopus + Web of Science)"
2121
readme = "README.md"
2222
requires-python = ">=3.10"

python_pkg/src/bibexpy/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
_WEB_DIR = _PKG_DIR / "_web"
2626
_SERVER_DIR = _PKG_DIR / "_server"
2727

28-
__version__ = "2.0.4"
28+
__version__ = "2.0.5"
2929
__codename__ = "Helium" # v2 surum kod adi (v1 "Hydrogen"in ardili; H -> He)
3030

3131

0 commit comments

Comments
 (0)