diff --git a/docs/changelog.rst b/docs/changelog.rst index 0fe8564f8..3bb6e6980 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,16 @@ Release History .. towncrier release notes start +v20.33.1 (2025-08-05) +--------------------- + +Bugfixes - 20.33.1 +~~~~~~~~~~~~~~~~~~ +- Correctly unpack _get_tcl_tk_libs() response in PythonInfo. + Contributed by :user:`esafak`. (:issue:`2930`) +- Restore `py_info.py` timestamp in `test_py_info_cache_invalidation_on_py_info_change` + Contributed by :user:`esafak`. (:issue:`2933`) + v20.33.0 (2025-08-03) --------------------- diff --git a/docs/changelog/2930.bugfix.rst b/docs/changelog/2930.bugfix.rst deleted file mode 100644 index 0c6d11fac..000000000 --- a/docs/changelog/2930.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Correctly unpack _get_tcl_tk_libs() response in PythonInfo. -Contributed by :user:`esafak`. diff --git a/docs/changelog/2933.bugfix.rst b/docs/changelog/2933.bugfix.rst deleted file mode 100644 index f79b45cf0..000000000 --- a/docs/changelog/2933.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Restore `py_info.py` timestamp in `test_py_info_cache_invalidation_on_py_info_change` -Contributed by :user:`esafak`.