Skip to content

Commit 9017167

Browse files
committed
chore: bumped version to 0.11.8
1 parent 4defaee commit 9017167

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# igraph Python interface changelog
22

3+
## [0.11.8] - 2024-10-25
4+
5+
### Fixed
6+
7+
- Fixed documentation build on Read The Docs. No other changes compared to
8+
0.11.7.
9+
310
## [0.11.7] - 2024-10-24
411

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

709-
[main]: https://github.com/igraph/python-igraph/compare/0.11.7...main
716+
[main]: https://github.com/igraph/python-igraph/compare/0.11.8...main
717+
[0.11.8]: https://github.com/igraph/python-igraph/compare/0.11.7...0.11.8
710718
[0.11.7]: https://github.com/igraph/python-igraph/compare/0.11.6...0.11.7
711719
[0.11.6]: https://github.com/igraph/python-igraph/compare/0.11.5...0.11.6
712720
[0.11.5]: https://github.com/igraph/python-igraph/compare/0.11.4...0.11.5

src/igraph/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 11, 7)
1+
__version_info__ = (0, 11, 8)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)