From 141303582e3d97ec6b45682ba396af1a50f0f844 Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Sun, 25 Feb 2024 16:19:48 -0500 Subject: [PATCH 1/2] fix #66 --- src/bibliometrics/bibliometrics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bibliometrics/bibliometrics.py b/src/bibliometrics/bibliometrics.py index 7485fed..8b0b019 100755 --- a/src/bibliometrics/bibliometrics.py +++ b/src/bibliometrics/bibliometrics.py @@ -459,6 +459,7 @@ def main() : "i100-index", "i1000-index", "i10000-index", + "w-index", "o-index", "h-median", "e-index", From f805209b6dd990a198a57451605dd80ed785722f Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Sun, 25 Feb 2024 16:21:02 -0500 Subject: [PATCH 2/2] prep release 3.1.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6cb134..96a236e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### CI/CD +## [3.1.1] - 2024-02-25 + +### Fixed +* Fixed missing w-index in SVG + + ## [3.1.0] - 2024-02-25 ### Added diff --git a/pyproject.toml b/pyproject.toml index 530ea73..27e14ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bibliometrics" -version = "3.1.0" +version = "3.1.1" authors = [ { name="Vincent A. Cicirello", email="development@cicirello.org" }, ]