Skip to content

Commit 4ee64e9

Browse files
rebuilding site Wed 13 Aug 00:34:21 BST 2025
1 parent ca033f7 commit 4ee64e9

5 files changed

Lines changed: 18 additions & 9 deletions

File tree

_sources/changelog-v1.rst.txt

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

11+
v1.0.1 (released 13/08/2025)
12+
-----------------------------
13+
14+
This is a minor release that adds some missing files to the PyPI source.
15+
1116
v1.0.0 (released 12/08/2025)
1217
-----------------------------
1318

_sources/install.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ To build ``libsemigroups_pybind11`` from a release archive:
8787
8888
::
8989

90-
$ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.0.0.tar.gz
91-
$ tar -xf libsemigroups_pybind11-1.0.0.tar.gz
92-
$ rm -f libsemigroups_pybind11-1.0.0.tar.gz
93-
$ cd libsemigroups_pybind11-1.0.0
90+
$ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.0.1.tar.gz
91+
$ tar -xf libsemigroups_pybind11-1.0.1.tar.gz
92+
$ rm -f libsemigroups_pybind11-1.0.1.tar.gz
93+
$ cd libsemigroups_pybind11-1.0.1
9494
$ pip install .
9595

9696
Building the documentation

changelog-v1.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114

115115
<section id="changelog-version-1">
116116
<h1>Changelog - version 1<a class="headerlink" href="#changelog-version-1" title="Link to this heading"></a></h1>
117+
<section id="v1-0-1-released-13-08-2025">
118+
<h2>v1.0.1 (released 13/08/2025)<a class="headerlink" href="#v1-0-1-released-13-08-2025" title="Link to this heading"></a></h2>
119+
<p>This is a minor release that adds some missing files to the PyPI source.</p>
120+
</section>
117121
<section id="v1-0-0-released-12-08-2025">
118122
<h2>v1.0.0 (released 12/08/2025)<a class="headerlink" href="#v1-0-0-released-12-08-2025" title="Link to this heading"></a></h2>
119123
<p>This is a major release that significantly expands the API of

install.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ <h2>From the sources<a class="headerlink" href="#from-the-sources" title="Link t
143143
<section id="from-a-release-archive">
144144
<h3>From a release archive<a class="headerlink" href="#from-a-release-archive" title="Link to this heading"></a></h3>
145145
<p>To build <code class="docutils literal notranslate"><span class="pre">libsemigroups_pybind11</span></code> from a release archive:</p>
146-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>curl<span class="w"> </span>-L<span class="w"> </span>-O<span class="w"> </span>https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.0.0.tar.gz
147-
<span class="gp">$ </span>tar<span class="w"> </span>-xf<span class="w"> </span>libsemigroups_pybind11-1.0.0.tar.gz
148-
<span class="gp">$ </span>rm<span class="w"> </span>-f<span class="w"> </span>libsemigroups_pybind11-1.0.0.tar.gz
149-
<span class="gp">$ </span><span class="nb">cd</span><span class="w"> </span>libsemigroups_pybind11-1.0.0
146+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>curl<span class="w"> </span>-L<span class="w"> </span>-O<span class="w"> </span>https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.0.1.tar.gz
147+
<span class="gp">$ </span>tar<span class="w"> </span>-xf<span class="w"> </span>libsemigroups_pybind11-1.0.1.tar.gz
148+
<span class="gp">$ </span>rm<span class="w"> </span>-f<span class="w"> </span>libsemigroups_pybind11-1.0.1.tar.gz
149+
<span class="gp">$ </span><span class="nb">cd</span><span class="w"> </span>libsemigroups_pybind11-1.0.1
150150
<span class="gp">$ </span>pip<span class="w"> </span>install<span class="w"> </span>.
151151
</pre></div>
152152
</div>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)