Skip to content

Commit 580cf5d

Browse files
committed
chore: bumped version to 0.10.4
1 parent c710884 commit 580cf5d

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-
## [Unreleased]
3+
## [0.10.4] - 2022-01-27
44

55
### Added
66

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

461-
[Unreleased]: https://github.com/igraph/python-igraph/compare/0.10.3...main
461+
[Unreleased]: https://github.com/igraph/python-igraph/compare/0.10.4...main
462+
[0.10.4]: https://github.com/igraph/python-igraph/compare/0.10.3...0.10.4
462463
[0.10.3]: https://github.com/igraph/python-igraph/compare/0.10.2...0.10.3
463464
[0.10.2]: https://github.com/igraph/python-igraph/compare/0.10.1...0.10.2
464465
[0.10.1]: https://github.com/igraph/python-igraph/compare/0.10.0...0.10.1

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

0 commit comments

Comments
 (0)