Commit 6b586da 1 parent 1c05fcd commit 6b586da Copy full SHA for 6b586da
File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
- add `stream.py ` example
13
13
- fix a missing reference issue with custom sources
14
14
- fix `addalpha ` with scrgb images [RiskoZoSlovenska]
15
+ - fix macos compat, again [kleisauke]
15
16
16
17
## Version 2.2.2 (released 4 Jan 2023)
17
18
Original file line number Diff line number Diff line change 64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = u'2.2 '
67
+ version = u'3.0 '
68
68
# The full version, including alpha/beta/rc tags.
69
- release = u'2.2.3 '
69
+ release = u'3.0.0 '
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -356,6 +356,7 @@ def cdefs(features):
356
356
int vips_cache_get_size();
357
357
size_t vips_cache_get_max_mem();
358
358
int vips_cache_get_max_files();
359
+
359
360
'''
360
361
361
362
# we must only define this in ABI mode ... in API mode we use
Original file line number Diff line number Diff line change 1
1
# this is used in pyproject.toml and imported into __init__.py
2
- __version__ = '2.2.3 '
2
+ __version__ = '3.0.0 '
3
3
4
4
__all__ = ['__version__' ]
You can’t perform that action at this time.
0 commit comments