summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-06-05 20:06:14 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-06-05 20:09:06 +0200
commit6c0842ec429803621045ae053f8f6ae260247601 (patch)
tree3bff8854835da348d9b7af354ce87b8ade850084 /docs
parentb0c726abae8ade8d43a5ab5b93e1014e67d5e79f (diff)
update CHANGES
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index a7c86bd9..8340da88 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -218,8 +218,8 @@ Change Log
==========
-Version 1.2.1 (not released yet)
---------------------------------
+Version 1.2.1 (2022-06-06)
+--------------------------
Upgrade notes:
@@ -359,6 +359,7 @@ Other changes:
- darwin64: remove fakeroot, #6314
- update development.lock.txt
- use pyinstaller 4.10 and python 3.9.13 for binary build
+ - upgrade VMCPUS and xdistn from 4 to 16, maybe this speeds up the tests
- crypto:
- use hmac.compare_digest instead of ==, #6470
@@ -375,7 +376,7 @@ Other changes:
- allow extra compiler flags for every extension build
- fix misc. C / Cython compiler warnings, deprecation warnings
- fix zstd.h include for bundled zstd, #6369
-- source using python 3.8 features: pyupgrade --py38-plus ./**/*.py
+- source using python 3.8 features: ``pyupgrade --py38-plus ./**/*.py``
Version 1.2.0 (2022-02-22 22:02:22 :-)