Skip to content

Commit

Permalink
Update version numbers etc for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Dec 15, 2022
1 parent 4b6186c commit 324ce00
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ James Mitchell <jdm3@st-andrews.ac.uk> James Mitchell <james-d-mitchell@users.no
Chinmaya Nagpal <chinmaya1011@gmail.com> Chinmaya Nagpal <cn69@st-andrews.ac.uk>
Chinmaya Nagpal <chinmaya1011@gmail.com> chinmaya1011 <36993291+chinmaya1011@users.noreply.github.com>
Maria Tsalakou <mt200@st-andrews.ac.uk> Maria Tsalakou <55688065+mariatsalakou@users.noreply.github.com>
Murray Whyte <mw231@st-andrews.ac.uk> Murray Whyte <42549861+MTWhyte@users.noreply.github.com>
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# libsemigroups_pybind11 - Version 0.6.0
# libsemigroups_pybind11 - Version 0.7.0

## python bindings for the C++ library libsemigroups

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.6.0.tar.gz
tar -xf libsemigroups_pybind11-0.6.0.tar.gz
rm -f libsemigroups_pybind11-0.6.0.tar.gz
cd libsemigroups_pybind11-0.6.0
curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.7.0.tar.gz
tar -xf libsemigroups_pybind11-0.7.0.tar.gz
rm -f libsemigroups_pybind11-0.7.0.tar.gz
cd libsemigroups_pybind11-0.7.0
pip install .

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

v0.7.0 (released 15/12/2022)
----------------------------

This release contains a number of improvements and fixes, and adds support for
the library of finite semigroup and monoid presentations in ``libsemigroups``
and the ``Stephen`` class from ``libsemigroups``.

* Add functionality for the presentation helper `replace_word` by @MTWhyte in
https://github.com/libsemigroups/libsemigroups_pybind11/pull/84
* Out neighbours for action digraphs by @james-d-mitchell in
https://github.com/libsemigroups/libsemigroups_pybind11/pull/91
* Add functionality for the `fpsemi-examples` presentations by @MTWhyte in
https://github.com/libsemigroups/libsemigroups_pybind11/pull/85
* Stephen by @james-d-mitchell in
https://github.com/libsemigroups/libsemigroups_pybind11/pull/93

v0.6.0 (released 02/12/2022)
----------------------------

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.6.0"
release = u"0.6.0"
version = u"0.7.0"
release = u"0.7.0"
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.6.0
libsemigroups_pybind11 - Version 0.7.0
======================================

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.6.0
.. |libsemigroups-pybind11-version| replace:: 0.7.0

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 @@
minimum_libsemigroups_version,
)

__version__ = "0.6.0"
__version__ = "0.7.0"


def compare_version_numbers(supplied, required):
Expand Down

0 comments on commit 324ce00

Please sign in to comment.