8000 version bump · libvips/pyvips@3a532f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a532f2

Browse files
committed
version bump
and update changelog
1 parent f1b4dca commit 3a532f2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# master
22

3+
- ensure compatibility with a single shared libvips library [kleisauke]
4+
5+
## Version 2.2.2 (released 4 Jan 2023)
6+
37
* fix with libvips nodeprecated [kleisauke]
48
* update README notes for py3.8+ on win [CristiFati]
59
* fix VipsObect.print_all() [jcupitt]

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = u'2.2'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'2.2.2'
69+
release = u'2.2.3'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

pyvips/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# this is execfile()d into setup.py imported into __init__.py
2-
__version__ = '2.2.2'
2+
__version__ = '2.2.3'
33

44
__all__ = ['__version__']

0 commit comments

Comments
 (0)
0