From 3a3d759673359d2c675f77104415e296053380e1 Mon Sep 17 00:00:00 2001 From: mhucka Date: Mon, 4 Apr 2022 17:15:25 -0700 Subject: [PATCH] Summarize latest changes --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eac51cb..8f0a885 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Change log for eprints2bags +## Version 1.10.1 + +Changes in this version: +* Fix reference to wrong exception name in network code. +* Add missing import of `aenum` to `requirements.txt` + + ## Version 1.10.0 * Removed delay option `-y`. Servers should probably implement throttling if rates are a problem, and anyway, the default value was probably too short to be of any use, so it's unlikely this option was of any use anyway.