Skip to content

Commit

Permalink
Update version numbers etc for v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 12, 2023
1 parent beff856 commit 144c8b2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# libsemigroups_pybind11 - Version 0.7.1
# libsemigroups_pybind11 - Version 0.7.2

## python bindings for the C++ library libsemigroups

Expand Down Expand Up @@ -34,7 +34,7 @@ The development version of `libsemigroups_pybind11` is available on
[github](https://github.com/libsemigroups/libsemigroups_pybind11), and
some related projects are [here](https://github.com/libsemigroups).

# Installation
# Installation

## Installing with pip

Expand Down Expand Up @@ -82,10 +82,10 @@ Assuming that you have `libsemigroups` installed you can install

To build `libsemigroups_pybind11` from a release archive:

curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.7.1.tar.gz
tar -xf libsemigroups_pybind11-0.7.1.tar.gz
rm -f libsemigroups_pybind11-0.7.1.tar.gz
cd libsemigroups_pybind11-0.7.1
curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.7.2.tar.gz
tar -xf libsemigroups_pybind11-0.7.2.tar.gz
rm -f libsemigroups_pybind11-0.7.2.tar.gz
cd libsemigroups_pybind11-0.7.2
pip install .

## Building the documentation
Expand Down
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Changelog
=========

v0.7.2 (released 12/01/2023)
----------------------------

This is a minor change related to some forthcoming changes in
``libsemigroups``.

v0.7.1 (released 11/01/2023)
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
project = u"libsemigroups_pybind11"
copyright = u"2021-2022, J. D. Mitchell + Maria Tsalakou"
author = u"J. D. Mitchell + Maria Tsalakou"
version = u"0.7.1"
release = u"0.7.1"
version = u"0.7.2"
release = u"0.7.2"
language = "python"
exclude_patterns = ["_build"]
pygments_style = "sphinx"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libsemigroups_pybind11 - Version 0.7.1
libsemigroups_pybind11 - Version 0.7.2
======================================

python bindings for the C++ library libsemigroups
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The full license is in the file LICENSE, distributed with this software.
.. |libsemigroups-pybind11-version| replace:: 0.7.1
.. |libsemigroups-pybind11-version| replace:: 0.7.2

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
compare_version_numbers,
)

__version__ = "0.7.1"
__version__ = "0.7.2"

if "PKG_CONFIG_PATH" not in os.environ:
os.environ["PKG_CONFIG_PATH"] = ""
Expand Down

0 comments on commit 144c8b2

Please sign in to comment.