From 2aecb9b37f2ae3519b214535d8545f4824ebb6a6 Mon Sep 17 00:00:00 2001 From: joncrall Date: Fri, 26 Apr 2024 16:42:36 -0400 Subject: [PATCH] wip --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d2c5b..c8d1c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ 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.0] - Released 202x-xx-xx +### [Version 2.3.0] - Released 2024-04-14 ### Changed -* Remove usage of lena +* Remove usage of lena and other testdata modifications ### Fixed * Removed codecov from test requirements diff --git a/pyproject.toml b/pyproject.toml index 57a9957..f38cc31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ min_python = 3.8 max_python = 3.11 version = "{mod_dpath}/__init__.py::__version__" license = "Apache 2" -dev_status = "beta" +dev_status = "stable" [tool.pytest.ini_options]