From 17179f210b64c0f62d6547120a24f4a77aaea957 Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Mon, 6 Nov 2023 16:53:41 -0800 Subject: [PATCH] Bump version for 1.2.0 release --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cb121..6367810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ This document highlights high-level changes made to this program. ## Unreleased + + +## 1.2.0 / 2023-11-06: Modernize and Drop Python <= 3.7 support + Modernization: Switch from `setup.py` to `pyproject.toml`; drop support for Python 3.7 and below; move to `src` dir. + Migrated CI from Travis + GitLab + Appveyor CIs to Github. diff --git a/pyproject.toml b/pyproject.toml index c85649e..6fc970b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "wafer_map" -version = "1.1.2" +version = "1.2.0" description = "Semiconductor Wafer Mapping" readme = "README.md" requires-python = ">=3.8"