Skip to content

Commit a249b9a

Browse files
committed
chore: bumped version to 0.11.2
1 parent 355b303 commit a249b9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# igraph Python interface changelog
22

3-
## [0.11.1] - 2023-10-12
3+
## [0.11.2] - 2023-10-12
44

55
### Fixed
66

@@ -588,8 +588,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
588588
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
589589
are documented above.
590590

591-
[main]: https://github.com/igraph/python-igraph/compare/0.11.1...main
592-
[0.11.1]: https://github.com/igraph/python-igraph/compare/0.11.0...0.11.1
591+
[main]: https://github.com/igraph/python-igraph/compare/0.11.2...main
592+
[0.11.2]: https://github.com/igraph/python-igraph/compare/0.11.0...0.11.2
593593
[0.11.0]: https://github.com/igraph/python-igraph/compare/0.10.8...0.11.0
594594
[0.10.8]: https://github.com/igraph/python-igraph/compare/0.10.7...0.10.8
595595
[0.10.7]: https://github.com/igraph/python-igraph/compare/0.10.6...0.10.7

src/igraph/version.py

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

0 commit comments

Comments
 (0)