From 9a1b534f7627135e8d2d89b7fefb022492bbec9f Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 29 Jan 2024 08:37:36 -0500 Subject: [PATCH 1/2] Bump version Signed-off-by: Alex Nelson --- exifread_case/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exifread_case/__init__.py b/exifread_case/__init__.py index b3f4756..d3ec452 100644 --- a/exifread_case/__init__.py +++ b/exifread_case/__init__.py @@ -1 +1 @@ -__version__ = "0.1.2" +__version__ = "0.2.0" From 488c29fb3cc98b8bfd16d17ae38398ec1fc5fc7f Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 29 Jan 2024 08:39:16 -0500 Subject: [PATCH 2/2] Add release notes Signed-off-by: Alex Nelson --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98508b6..e3d1a0c 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,6 @@ Version notes: - fixes to some of the vocabulary used in the code for clarity - new flag for deterministic uuids in certain instances - thanks to @ajnelson-nist for all the PRs on this one + +- 0.2.0 - Case 1.3.0 support + - testing in Python 3.12