diff --git a/docs/changelog.rst b/docs/changelog.rst index f8c43c0..6307f95 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,10 +1,11 @@ Changelog ========= -Version 1.2.2 (2024-02-21) +Version 1.3.0 (2024-02-21) -------------------------- - Optimized ATR finder extending identity +- Added support for Python 3.12 Version 1.2.1 (2023-10-17) -------------------------- diff --git a/src/version.h b/src/version.h index c234ab6..2009607 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define PYTRF_VERSION "1.2.2" +#define PYTRF_VERSION "1.3.0"