File tree Expand file tree Collapse file tree 6 files changed +15
-10
lines changed Expand file tree Collapse file tree 6 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1- # libsemigroups_pybind11 - Version 0.4.1
1+ # libsemigroups_pybind11 - Version 0.4.2
22
33## python bindings for the C++ library libsemigroups
44
@@ -80,10 +80,10 @@ Assuming that you have `libsemigroups` installed you can install
8080
8181To build ` libsemigroups_pybind11 ` from a release archive:
8282
83- curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.4.1 .tar.gz
84- tar -xf libsemigroups_pybind11-0.4.1 .tar.gz
85- rm -f libsemigroups_pybind11-0.4.1 .tar.gz
86- cd libsemigroups_pybind11-0.4.1
83+ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.4.2 .tar.gz
84+ tar -xf libsemigroups_pybind11-0.4.2 .tar.gz
85+ rm -f libsemigroups_pybind11-0.4.2 .tar.gz
86+ cd libsemigroups_pybind11-0.4.2
8787 pip install .
8888
8989## Building the documentation
Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ v0.4.2 (released 28/10/2022)
11+ ----------------------------
12+
13+ Update for version 2.3.2 of ``libsemigroups `` which contains some bugfixes.
14+
1015v0.4.1 (released 11/10/2022)
1116----------------------------
1217
Original file line number Diff line number Diff line change 2626project = u"libsemigroups_pybind11"
2727copyright = u"2021-2022, J. D. Mitchell + Maria Tsalakou"
2828author = u"J. D. Mitchell + Maria Tsalakou"
29- version = u"0.4.1 "
30- release = u"0.4.1 "
29+ version = u"0.4.2 "
30+ release = u"0.4.2 "
3131language = "python"
3232exclude_patterns = ["_build" ]
3333pygments_style = "sphinx"
Original file line number Diff line number Diff line change 1- libsemigroups_pybind11 - Version 0.4.1
1+ libsemigroups_pybind11 - Version 0.4.2
22======================================
33
44python bindings for the C++ library libsemigroups
Original file line number Diff line number Diff line change 44
55 The full license is in the file LICENSE, distributed with this software.
66
7- .. |libsemigroups-pybind11-version | replace :: 0.4.1
7+ .. |libsemigroups-pybind11-version | replace :: 0.4.2
88
99Installation
1010============
Original file line number Diff line number Diff line change 2929 minimum_libsemigroups_version ,
3030)
3131
32- __version__ = "0.4.1 "
32+ __version__ = "0.4.2 "
3333
3434
3535def compare_version_numbers (supplied , required ):
You can’t perform that action at this time.
0 commit comments