From 54ea79d7cc5ac6d8c2f58a8873f19f55a159193b Mon Sep 17 00:00:00 2001 From: James Mitchell Date: Sun, 18 Jan 2026 14:44:06 +0000 Subject: [PATCH] Update version numbers etc for v1.3.0 --- CITATION.cff | 4 ++-- README.md | 8 ++++---- docs/source/changelog-v1.rst | 7 +++++++ docs/source/install.rst | 8 ++++---- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index eac2b8a3..a2b386b6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -41,5 +41,5 @@ abstract: >- A Python package that wraps the functionality of the C++ library libsemigroups. license: GPL-3.0+ -version: 1.2.0 -date-released: "2025-12-16" +version: 1.3.0 +date-released: "2026-01-18" diff --git a/README.md b/README.md index 37f3c580..b10425f7 100644 --- a/README.md +++ b/README.md @@ -150,10 +150,10 @@ uv pip install . To build `libsemigroups_pybind11` from a release archive: ```console -curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.2.0.tar.gz -tar -xf libsemigroups_pybind11-1.2.0.tar.gz -rm -f libsemigroups_pybind11-1.2.0.tar.gz -cd libsemigroups_pybind11-1.2.0 +curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.3.0.tar.gz +tar -xf libsemigroups_pybind11-1.3.0.tar.gz +rm -f libsemigroups_pybind11-1.3.0.tar.gz +cd libsemigroups_pybind11-1.3.0 pip install . ``` diff --git a/docs/source/changelog-v1.rst b/docs/source/changelog-v1.rst index 42354726..d3413c86 100644 --- a/docs/source/changelog-v1.rst +++ b/docs/source/changelog-v1.rst @@ -8,6 +8,13 @@ Changelog - version 1 ===================== +v1.3.0 (released 18/01/2026) +---------------------------- + +* Update to libsemigroups v3.4.0 and add features introduced there by + @james-d-mitchell in + https://github.com/libsemigroups/libsemigroups_pybind11/pull/380 + v1.2.0 (released 16/12/2025) ---------------------------- diff --git a/docs/source/install.rst b/docs/source/install.rst index 410d6bb5..f821d150 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -101,10 +101,10 @@ To build ``libsemigroups_pybind11`` from a release archive: :: - $ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.2.0.tar.gz - $ tar -xf libsemigroups_pybind11-1.2.0.tar.gz - $ rm -f libsemigroups_pybind11-1.2.0.tar.gz - $ cd libsemigroups_pybind11-1.2.0 + $ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.3.0.tar.gz + $ tar -xf libsemigroups_pybind11-1.3.0.tar.gz + $ rm -f libsemigroups_pybind11-1.3.0.tar.gz + $ cd libsemigroups_pybind11-1.3.0 $ pip install . Building the documentation