Skip to content

Commit 8e7179c

Browse files
committed
chore: bumped version to 0.11.5
1 parent 76a98b8 commit 8e7179c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 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.5] - 2024-05-07
44

55
### Added
66

@@ -14,6 +14,8 @@
1414
following up a similar change in the C core. The old name of the function
1515
is deprecated but will be kept around until at least 0.12.0.
1616

17+
- The C core of igraph was updated to version 0.10.12.
18+
1719
## [0.11.4]
1820

1921
### Added
@@ -635,7 +637,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
635637
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
636638
are documented above.
637639

638-
[main]: https://github.com/igraph/python-igraph/compare/0.11.4...main
640+
[main]: https://github.com/igraph/python-igraph/compare/0.11.5...main
641+
[0.11.5]: https://github.com/igraph/python-igraph/compare/0.11.4...0.11.5
639642
[0.11.4]: https://github.com/igraph/python-igraph/compare/0.11.3...0.11.4
640643
[0.11.3]: https://github.com/igraph/python-igraph/compare/0.11.2...0.11.3
641644
[0.11.2]: https://github.com/igraph/python-igraph/compare/0.11.0...0.11.2

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, 4)
1+
__version_info__ = (0, 11, 5)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)