File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ 0.9.8]
44
5+ ### Changed
6+
7+ - ` python-igraph ` is now simply ` igraph ` on PyPI. ` python-igraph ` will be
8+ updated until Sep 1, 2022 but it will only be a stub package that pulls in
9+ ` igraph ` as its only dependency, with a matching version number. Please
10+ update your projects to depend on ` igraph ` instead of ` python-igraph ` to
11+ keep on receiving updates after Sep 1, 2022.
12+
513### Fixed
614
715- ` setup.py ` no longer uses ` distutils ` , thanks to
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '0.9.7 '
54+ version = '0.9.8 '
5555# The full version, including alpha/beta/rc tags.
56- release = '0.9.7 '
56+ release = '0.9.8 '
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 , 7 )
1+ __version_info__ = (0 , 9 , 8 )
22__version__ = "." .join ("{0}" .format (x ) for x in __version_info__ )
You can’t perform that action at this time.
0 commit comments