summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-12-24 15:32:56 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-12-24 18:09:30 +0100
commite4cbd28bdd1a4c9353e6680f0d9ffdee06ffb3be (patch)
tree00a2853f0af641bd0a6b4c3898690ab220dbd788
parentffd6d51b2c0ff09271f31f5026f14ceddd3a9029 (diff)
update CHANGES
-rw-r--r--docs/changes.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index c5be3884..3dc9d84f 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -217,8 +217,8 @@ The best check that everything is ok is to run a dry-run extraction::
Change Log
==========
-Version 1.2.3 (not released yet)
---------------------------------
+Version 1.2.3 (2022-12-24)
+--------------------------
Upgrade notes:
@@ -316,8 +316,9 @@ Other changes:
- remove python < 3.7 compatibility code
- do not use version_tuple placeholder in setuptools_scm template
- CI: fix tox4 passenv issue, #7199
-- vagrant: update python 3.9 and 3.11
+- vagrant: update to python 3.9.16, use the openbsd 7.1 box
- misc. test suite and docs fixes / improvements
+- remove deprecated --prefix from docs, #7109
- Windows: use MSYS2 for Github CI, remove Appveyor CI