File tree 3 files changed +11
-3
lines changed 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ 0.9.8]
4
4
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
+
5
13
### Fixed
6
14
7
15
- ` setup.py ` no longer uses ` distutils ` , thanks to
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '0.9.7 '
54
+ version = '0.9.8 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.9.7 '
56
+ release = '0.9.8 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# 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 )
2
2
__version__ = "." .join ("{0}" .format (x ) for x in __version_info__ )
You can’t perform that action at this time.
0 commit comments