File tree Expand file tree Collapse file tree 6 files changed +17
-11
lines changed
Expand file tree Collapse file tree 6 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1- # libsemigroups_pybind11 - Version 0.7.1
1+ # libsemigroups_pybind11 - Version 0.7.2
22
33## python bindings for the C++ library libsemigroups
44
@@ -34,7 +34,7 @@ The development version of `libsemigroups_pybind11` is available on
3434[ github] ( https://github.com/libsemigroups/libsemigroups_pybind11 ) , and
3535some related projects are [ here] ( https://github.com/libsemigroups ) .
3636
37- # Installation
37+ # Installation
3838
3939## Installing with pip
4040
@@ -82,10 +82,10 @@ Assuming that you have `libsemigroups` installed you can install
8282
8383To build ` libsemigroups_pybind11 ` from a release archive:
8484
85- curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.7.1 .tar.gz
86- tar -xf libsemigroups_pybind11-0.7.1 .tar.gz
87- rm -f libsemigroups_pybind11-0.7.1 .tar.gz
88- cd libsemigroups_pybind11-0.7.1
85+ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.7.2 .tar.gz
86+ tar -xf libsemigroups_pybind11-0.7.2 .tar.gz
87+ rm -f libsemigroups_pybind11-0.7.2 .tar.gz
88+ cd libsemigroups_pybind11-0.7.2
8989 pip install .
9090
9191## Building the documentation
Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ v0.7.2 (released 12/01/2023)
11+ ----------------------------
12+
13+ This is a minor change related to some forthcoming changes in
14+ ``libsemigroups ``.
15+
1016v0.7.1 (released 11/01/2023)
1117----------------------------
1218
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.7.1 "
30- release = u"0.7.1 "
29+ version = u"0.7.2 "
30+ release = u"0.7.2 "
3131language = "python"
3232exclude_patterns = ["_build" ]
3333pygments_style = "sphinx"
Original file line number Diff line number Diff line change 1- libsemigroups_pybind11 - Version 0.7.1
1+ libsemigroups_pybind11 - Version 0.7.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.7.1
7+ .. |libsemigroups-pybind11-version | replace :: 0.7.2
88
99Installation
1010============
Original file line number Diff line number Diff line change 2929 compare_version_numbers ,
3030)
3131
32- __version__ = "0.7.1 "
32+ __version__ = "0.7.2 "
3333
3434if "PKG_CONFIG_PATH" not in os .environ :
3535 os .environ ["PKG_CONFIG_PATH" ] = ""
You can’t perform that action at this time.
0 commit comments