From cdbd1c637ce8b51212ecbf7aa1630ea16eea2565 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Sun, 10 Dec 2023 16:41:17 +0100 Subject: [PATCH] prepare release --- CHANGES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9839cea..0867a30 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ ## Changes -### 3.1.0 (unreleased) +### 3.1.0 (2023-12-10) - Provide `directory` default setting [rnix] - Feature: Include other INI config files [jensens] diff --git a/pyproject.toml b/pyproject.toml index 104b03e..115046f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "mxdev" description = "Enable to work with Python projects containing lots of packages, of which you only want to develop some." -version = "3.1.0.dev0" +version = "3.1.0" keywords = ["pip", "vcs", "git", "development"] authors = [ {name = "MX Stack Developers", email = "dev@bluedynamics.com" }