From aed10b3085846b6c895b236b3f693454b8aca867 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 5 Feb 2025 09:18:52 -0800 Subject: [PATCH] Release v0.9.0 (#140) --- CHANGELOG.rst | 9 +++++++++ changelog/137.feature.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/137.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 084a62b..7db896f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +0.9.0 (2025-02-05) +================== + +New Features +------------ + +- Added timeout keyword to :meth:`drms.client.ExportRequest.download` which also will use the socket value, if it is set. (`#137 `__) + + 0.8.0 (2024-07-23) ================== diff --git a/changelog/137.feature.rst b/changelog/137.feature.rst deleted file mode 100644 index 087bd92..0000000 --- a/changelog/137.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added timeout keyword to :meth:`drms.client.ExportRequest.download` which also will use the socket value, if it is set.