Skip to content

Commit cd5aaa4

Browse files
committed
chore: bump version
1 parent edd902a commit cd5aaa4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [0.10.5] - 2023-06-30
44

55
### Added
66

@@ -55,7 +55,7 @@
5555
ago so the function in the Python interface did not do anything useful
5656
either.
5757

58-
## [0.10.4] - 2022-01-27
58+
## [0.10.4] - 2023-01-27
5959

6060
### Added
6161

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

516-
[Unreleased]: https://github.com/igraph/python-igraph/compare/0.10.4...main
516+
[Unreleased]: https://github.com/igraph/python-igraph/compare/0.10.5...main
517+
[0.10.5]: https://github.com/igraph/python-igraph/compare/0.10.4...0.10.5
517518
[0.10.4]: https://github.com/igraph/python-igraph/compare/0.10.3...0.10.4
518519
[0.10.3]: https://github.com/igraph/python-igraph/compare/0.10.2...0.10.3
519520
[0.10.2]: https://github.com/igraph/python-igraph/compare/0.10.1...0.10.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, 10, 4)
1+
__version_info__ = (0, 10, 5)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)