Skip to content

Commit

Permalink
updated changelog and upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Feb 29, 2024
1 parent 98088fd commit a069b11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.8.3
* Fixed the drawing warning (Issue [#499](https://github.com/xgi-org/xgi/issues/499)) that occurs [#512](https://github.com/xgi-org/xgi/pull/512) (@nwlandry).
* Formatted the tutorial notebooks with isort [#502](https://github.com/xgi-org/xgi/pull/502) (@nwlandry).
* Fix missing link [#503](https://github.com/xgi-org/xgi/pull/503) (@maximelucas).
* Added a workflow to check all the urls in the documentation work [#498](https://github.com/xgi-org/xgi/pull/498) (@nwlandry).

## v0.8.2
* Added an XGI-DATA page to ReadTheDocs with network statistics [#496](https://github.com/xgi-org/xgi/pull/496) (@nwlandry).
* Added syntax highlighting in the tutorials [#497](https://github.com/xgi-org/xgi/pull/497) (@thomasrobiglio).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# -- Project information -----------------------------------------------------
project = "XGI"
copyright = "Copyright (C) 2021-2023 XGI Developers"
release = "0.8.2"
release = "0.8.3"

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import setuptools
from setuptools import setup

__version__ = "0.8.2"
__version__ = "0.8.3"

if sys.version_info < (3, 8):
sys.exit("XGI requires Python 3.8 or later.")
Expand Down

0 comments on commit a069b11

Please sign in to comment.