From 9862f8fe410ba8b913714e2b8e384fbb8742d056 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:24:32 +0100 Subject: [PATCH 1/3] fix versioning Forgot to remove static version from setup.cfg Configure setuptools_scm to not guess future versions. --- pyproject.toml | 3 +++ setup.cfg | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fd8d67..7af1de2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ [build-system] requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" + +[tool.setuptools_scm] +version_scheme = "no-guess-dev" diff --git a/setup.cfg b/setup.cfg index 7026971..6a9456e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = ppf-jabref -version = 0.1.0 description = Python tools to work with JabRef libraries long_description = file: docs/README_pypi.md long_description_content_type = text/markdown From ced051273dfd9f4463acc46d9bb35c4352b029d4 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:27:47 +0100 Subject: [PATCH 2/3] README: Prepare for release --- docs/README.md | 1 + docs/README_pypi.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 2e4652c..2aafcb5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -100,5 +100,6 @@ everyone to adhere to it, just make sure you do as well. ## Change Log +* 0.1.2: Fix problem with versioning * 0.1.1: Fix sqlalchemy deprecation warning, docstrings * 0.1.0: Initial release diff --git a/docs/README_pypi.md b/docs/README_pypi.md index b7a885a..96ada92 100644 --- a/docs/README_pypi.md +++ b/docs/README_pypi.md @@ -55,5 +55,6 @@ pip install ppf.jabref ## Change Log +* 0.1.2: Fix problem with versioning * 0.1.1: Fix sqlalchemy deprecation warning, docstrings * 0.1.0: Initial release From f6faf5e8a15efbd2bc7bc0444f9798cbaefbbf25 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:28:43 +0100 Subject: [PATCH 3/3] fix license warning --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6a9456e..7ce55ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,6 @@ classifiers = Intended Audience :: Developers Intended Audience :: Science/Research Topic :: Utilities - License :: OSI Approved :: MIT License Programming Language :: Python :: 3 Operating System :: OS Independent keywords = jabref, python, sqlalchemy