Skip to content

Commit 05b8455

Browse files
committed
chore: bumped version to 0.11.7
1 parent 07127cb commit 05b8455

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# igraph Python interface changelog
22

3-
## [master]
3+
## [0.11.7] - 2024-10-24
44

55
### Added
66

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

709-
[main]: https://github.com/igraph/python-igraph/compare/0.11.6...main
709+
[main]: https://github.com/igraph/python-igraph/compare/0.11.7...main
710+
[0.11.7]: https://github.com/igraph/python-igraph/compare/0.11.6...0.11.7
710711
[0.11.6]: https://github.com/igraph/python-igraph/compare/0.11.5...0.11.6
711712
[0.11.5]: https://github.com/igraph/python-igraph/compare/0.11.4...0.11.5
712713
[0.11.4]: https://github.com/igraph/python-igraph/compare/0.11.3...0.11.4

src/igraph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 11, 6)
1+
__version_info__ = (0, 11, 7)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)