From 4f665ae7aaf381e088bca31b10048b5d8c98c80b Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Thu, 1 Dec 2022 10:57:10 +0800 Subject: [PATCH] Release 0.10.1 --- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c9527a1..fc1a141 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +0.10.1 +++++++ + +* Support bytearray serialization (#268) + 0.10.0 ++++++ diff --git a/setup.py b/setup.py index 63d0a7a..43bdece 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys from setuptools import setup -VERSION = '0.10.0' +VERSION = '0.10.1' DEPENDENCIES = [ 'argcomplete',