Skip to content

Commit

Permalink
updated version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelucas committed Sep 2, 2024
1 parent 851460b commit cd1695e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v0.8.10

- Migrating to the PyData theme for the online docs [#576](https://github.com/xgi-org/xgi/pull/576) (@maximelucas).

## v0.8.9

* Added a new recipe to address Issue [#549](https://github.com/xgi-org/xgi/issues/549) [#574](https://github.com/xgi-org/xgi/pull/574) (@nwlandry).
* Added the `edge_ec` argument to the `draw` method to specify edge colors [#575](https://github.com/xgi-org/xgi/pull/575) (@maximelucas).
* Switched from setup.py to pyproject.toml for installation [#573](https://github.com/xgi-org/xgi/pull/573) (@nwlandry).
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
# -- Project information -----------------------------------------------------
project = "XGI"
copyright = "2021-2024 XGI Developers"
release = "0.8.9"
release = "0.8.10"
version = release
today = "30-08-2024"
today = "02-09-2024"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion xgi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
from .stats import *


__version__ = "0.8.9"
__version__ = "0.8.10"

0 comments on commit cd1695e

Please sign in to comment.