From d1a207704aff266d603ae964cef7bea26e64fb55 Mon Sep 17 00:00:00 2001 From: joncrall Date: Thu, 1 Feb 2024 14:17:32 -0500 Subject: [PATCH] Start 2.3.3 branch --- CHANGELOG.md | 2 ++ ibeis/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 358455150..e0a3f2b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ We are currently working on porting this changelog to the specifications in This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [Version 2.3.3] - Released xx + ### [Version 2.3.2] - Released 2024-02-01 ### Fixed: diff --git a/ibeis/__init__.py b/ibeis/__init__.py index ffc4d109f..fbd5d5e2a 100755 --- a/ibeis/__init__.py +++ b/ibeis/__init__.py @@ -2,7 +2,7 @@ IBEIS: main package init """ -__version__ = '2.3.2' +__version__ = '2.3.3' try: import cv2 # NOQA