Skip to content

Commit

Permalink
bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Sep 21, 2024
1 parent 1c05fcd commit 6b586da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- add `stream.py` example
- fix a missing reference issue with custom sources
- fix `addalpha` with scrgb images [RiskoZoSlovenska]
- fix macos compat, again [kleisauke]

## Version 2.2.2 (released 4 Jan 2023)

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.2'
version = u'3.0'
# The full version, including alpha/beta/rc tags.
release = u'2.2.3'
release = u'3.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions pyvips/vdecls.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def cdefs(features):
int vips_cache_get_size();
size_t vips_cache_get_max_mem();
int vips_cache_get_max_files();
'''

# we must only define this in ABI mode ... in API mode we use
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 used in pyproject.toml and imported into __init__.py
__version__ = '2.2.3'
__version__ = '3.0.0'

__all__ = ['__version__']

0 comments on commit 6b586da

Please sign in to comment.