File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212- add `stream.py ` example
1313- fix a missing reference issue with custom sources
1414- fix `addalpha ` with scrgb images [RiskoZoSlovenska]
15+ - fix macos compat, again [kleisauke]
1516
1617## Version 2.2.2 (released 4 Jan 2023)
1718
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = u'2.2 '
67+ version = u'3.0 '
6868# The full version, including alpha/beta/rc tags.
69- release = u'2.2.3 '
69+ release = u'3.0.0 '
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -356,6 +356,7 @@ def cdefs(features):
356356 int vips_cache_get_size();
357357 size_t vips_cache_get_max_mem();
358358 int vips_cache_get_max_files();
359+
359360 '''
360361
361362 # we must only define this in ABI mode ... in API mode we use
Original file line number Diff line number Diff line change 11# this is used in pyproject.toml and imported into __init__.py
2- __version__ = '2.2.3 '
2+ __version__ = '3.0.0 '
33
44__all__ = ['__version__' ]
You can’t perform that action at this time.
0 commit comments