Skip to content

Commit

Permalink
chore: bumped version to 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Oct 25, 2024
1 parent 4defaee commit 9017167
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# igraph Python interface changelog

## [0.11.8] - 2024-10-25

### Fixed

- Fixed documentation build on Read The Docs. No other changes compared to
0.11.7.

## [0.11.7] - 2024-10-24

### Added
Expand Down Expand Up @@ -706,7 +713,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
are documented above.

[main]: https://github.com/igraph/python-igraph/compare/0.11.7...main
[main]: https://github.com/igraph/python-igraph/compare/0.11.8...main
[0.11.8]: https://github.com/igraph/python-igraph/compare/0.11.7...0.11.8
[0.11.7]: https://github.com/igraph/python-igraph/compare/0.11.6...0.11.7
[0.11.6]: https://github.com/igraph/python-igraph/compare/0.11.5...0.11.6
[0.11.5]: https://github.com/igraph/python-igraph/compare/0.11.4...0.11.5
Expand Down
2 changes: 1 addition & 1 deletion src/igraph/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 11, 7)
__version_info__ = (0, 11, 8)
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 comments on commit 9017167

Please sign in to comment.