Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
and update changelog
  • Loading branch information
jcupitt committed Jan 4, 2024
1 parent f1b4dca commit 3a532f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# master

- ensure compatibility with a single shared libvips library [kleisauke]

## Version 2.2.2 (released 4 Jan 2023)

* fix with libvips nodeprecated [kleisauke]
* update README notes for py3.8+ on win [CristiFati]
* fix VipsObect.print_all() [jcupitt]
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = u'2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.2.2'
release = u'2.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyvips/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this is execfile()d into setup.py imported into __init__.py
__version__ = '2.2.2'
__version__ = '2.2.3'

__all__ = ['__version__']

0 comments on commit 3a532f2

Please sign in to comment.