Skip to content

Commit fe71982

Browse files
committed
chore: bumped version to 0.11.0
1 parent a94e066 commit fe71982

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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-
## [develop]
3+
## [0.11.0] - 2023-10-12
44

55
### Added
66

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

585-
[develop]: https://github.com/igraph/python-igraph/compare/0.10.8...develop
585+
[main]: https://github.com/igraph/python-igraph/compare/0.11.0...main
586+
[0.11.0]: https://github.com/igraph/python-igraph/compare/0.10.8...0.11.0
586587
[0.10.8]: https://github.com/igraph/python-igraph/compare/0.10.7...0.10.8
587588
[0.10.7]: https://github.com/igraph/python-igraph/compare/0.10.6...0.10.7
588589
[0.10.6]: https://github.com/igraph/python-igraph/compare/0.10.5...0.10.6

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

0 commit comments

Comments
 (0)