File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# igraph Python interface changelog
22
3- ## 0.9.3
3+ ## 0.9.4
44
55### Added
66
1818
1919### Changed
2020
21- * Updated igraph dependency to 0.9.3 .
21+ * Updated igraph dependency to 0.9.4 .
2222
2323### Fixed
2424
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '0.9.1 '
54+ version = '0.9.4 '
5555# The full version, including alpha/beta/rc tags.
56- release = '0.9.1 '
56+ release = '0.9.4 '
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version_info__ = (0 , 9 , 1 )
1+ __version_info__ = (0 , 9 , 4 )
22__version__ = "." .join ("{0}" .format (x ) for x in __version_info__ )
You can’t perform that action at this time.
0 commit comments