Skip to content

Commit

Permalink
Bump version for 1.2.0 release (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 authored Nov 7, 2023
1 parent 1a41383 commit 5d56462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d56462

Please sign in to comment.