From f7cc6f67c497a093ea26040137e383c08447c7fc Mon Sep 17 00:00:00 2001 From: Aric Coady Date: Sun, 7 Jul 2024 10:27:03 -0700 Subject: [PATCH] Release 3.2. --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d49b35a..86c9984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## Unreleased + +## [3.2](https://pypi.org/project/lupyne/3.2/) - 2024-07-07 ### Changed * Python >=3.9 required * `DateTimeField.within` defaults to local time diff --git a/pyproject.toml b/pyproject.toml index 87e1f19..23c6940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lupyne" -version = "3.1" +version = "3.2" description = "Pythonic search engine based on PyLucene." readme = "README.md" requires-python = ">=3.9"