Skip to content

Commit 74bba76

Browse files
Update version numbers etc for v1.4.4
1 parent fcc97b6 commit 74bba76

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ abstract: >-
4141
A Python package that wraps the functionality of the C++
4242
library libsemigroups.
4343
license: GPL-3.0+
44-
version: 1.4.3
45-
date-released: "2026-04-16"
44+
version: 1.4.4
45+
date-released: "2026-05-08"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ uv pip install .
150150
To build `libsemigroups_pybind11` from a release archive:
151151

152152
```console
153-
curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.3.tar.gz
154-
tar -xf libsemigroups_pybind11-1.4.3.tar.gz
155-
rm -f libsemigroups_pybind11-1.4.3.tar.gz
156-
cd libsemigroups_pybind11-1.4.3
153+
curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.4.tar.gz
154+
tar -xf libsemigroups_pybind11-1.4.4.tar.gz
155+
rm -f libsemigroups_pybind11-1.4.4.tar.gz
156+
cd libsemigroups_pybind11-1.4.4
157157
pip install .
158158
```
159159

docs/source/changelog-v1.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
Changelog - version 1
99
=====================
1010

11+
v1.4.4 (released 08/05/2026)
12+
----------------------------
13+
14+
This release contains a large number of fixes to the documentation, and some
15+
minor issues in the C++ code were also resolved.
16+
1117
v1.4.3 (released 16/04/2026)
1218
----------------------------
1319

docs/source/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ To build ``libsemigroups_pybind11`` from a release archive:
101101
102102
::
103103

104-
$ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.3.tar.gz
105-
$ tar -xf libsemigroups_pybind11-1.4.3.tar.gz
106-
$ rm -f libsemigroups_pybind11-1.4.3.tar.gz
107-
$ cd libsemigroups_pybind11-1.4.3
104+
$ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.4.tar.gz
105+
$ tar -xf libsemigroups_pybind11-1.4.4.tar.gz
106+
$ rm -f libsemigroups_pybind11-1.4.4.tar.gz
107+
$ cd libsemigroups_pybind11-1.4.4
108108
$ pip install .
109109

110110
Building the documentation

0 commit comments

Comments
 (0)