Skip to content

Commit

Permalink
Bump version number, update a few links
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Nov 14, 2024
1 parent acc6c92 commit 9ec6740
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

Unreleased
----------
v2.3.9
------

Documentation:

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Sumo


.. image:: https://img.shields.io/github/actions/workflow/status/smtg-ucl/sumo/tests.yml?branch=master
:target: https://github.com/SMTG-UCL/sumo/actions?query=workflow%3A%22Run+tests%22
:target: https://github.com/SMTG-Bham/sumo/actions?query=workflow%3A%22Run+tests%22
:alt: Build Status

.. image:: http://joss.theoj.org/papers/d12ca1f4198dffa2642a30b2ab01e16d/status.svg
Expand Down
4 changes: 2 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -- Project information -----------------------------------------------------

project = "sumo"
copyright = "2018, Scanlon Materials Theory Group"
copyright = "2024, Scanlon Materials Theory Group"
author = "Alex Ganose, Adam Jackson"

# The short X.Y version
Expand Down Expand Up @@ -93,7 +93,7 @@

html_theme_options = {
"description": "Heavy weight plotting tools",
"github_user": "SMTG-UCL",
"github_user": "SMTG-Bham",
"github_repo": "sumo",
"travis_button": False,
"codecov_button": False,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/customising-plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The plot should now reflect your customisations:
In this way, one can create a customised plotting style that can be used for all sumo
plots to maintain consistency. To see examples of what can be tuned, see the
`default sumo style sheet
<https://github.com/SMTG-UCL/sumo/blob/master/sumo/plotting/sumo_base.mplstyle>`_.
<https://github.com/SMTG-Bham/sumo/blob/master/sumo/plotting/sumo_base.mplstyle>`_.


Using matplotlib in-built style sheets
Expand Down
2 changes: 1 addition & 1 deletion sumo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Sumo is a set of scripts and an API for dealing with VASP output files.
"""

__version__ = "2.3.8"
__version__ = "2.3.9"

0 comments on commit 9ec6740

Please sign in to comment.