File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# master
2
2
3
+ - ensure compatibility with a single shared libvips library [kleisauke]
4
+
5
+ ## Version 2.2.2 (released 4 Jan 2023)
6
+
3
7
* fix with libvips nodeprecated [kleisauke]
4
8
* update README notes for py3.8+ on win [CristiFati]
5
9
* fix VipsObect.print_all() [jcupitt]
Original file line number Diff line number Diff line change 66
66
# The short X.Y version.
67
67
version = u'2.2'
68
68
# The full version, including alpha/beta/rc tags.
69
- release = u'2.2.2 '
69
+ release = u'2.2.3 '
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 1
1
# this is execfile()d into setup.py imported into __init__.py
2
- __version__ = '2.2.2 '
2
+ __version__ = '2.2.3 '
3
3
4
4
__all__ = ['__version__' ]
You can’t perform that action at this time.
0 commit comments