Skip to content

Commit d3100c8

Browse files
committed
chore: bumped version to 0.10.7
1 parent 79fe9e6 commit d3100c8

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.10.7] - 2023-09-04
44

55
### Added
66

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

553-
[master]: https://github.com/igraph/python-igraph/compare/0.10.6...main
553+
[master]: https://github.com/igraph/python-igraph/compare/0.10.7...main
554+
[0.10.7]: https://github.com/igraph/python-igraph/compare/0.10.6...0.10.7
554555
[0.10.6]: https://github.com/igraph/python-igraph/compare/0.10.5...0.10.6
555556
[0.10.5]: https://github.com/igraph/python-igraph/compare/0.10.4...0.10.5
556557
[0.10.4]: https://github.com/igraph/python-igraph/compare/0.10.3...0.10.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, 10, 6)
1+
__version_info__ = (0, 10, 7)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)