diff --git a/src/photini/__init__.py b/src/photini/__init__.py index 744b7cb6..c999feb6 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -1,4 +1,4 @@ """Full documentation is at https://photini.readthedocs.io/""" -__version__ = '2022.12.0.2' -build = '2339 (f33ce98)' +__version__ = '2022.12.0.3' +build = '2340 (6b45bfc)' diff --git a/src/photini/types.py b/src/photini/types.py index bccc9486..330b93c9 100644 --- a/src/photini/types.py +++ b/src/photini/types.py @@ -974,6 +974,9 @@ def to_exif(self): return None return self.default_text() + def to_iptc(self): + return self.to_exif() + def to_xmp(self): if not self: return None