Skip to content

Commit 11f2454

Browse files
authored
Release 0.10.1 (#269)
1 parent 4d81372 commit 11f2454

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

6+
0.10.1
7+
++++++
8+
9+
* Support bytearray serialization (#268)
10+
611
0.10.0
712
++++++
813

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99
from setuptools import setup
1010

11-
VERSION = '0.10.0'
11+
VERSION = '0.10.1'
1212

1313
DEPENDENCIES = [
1414
'argcomplete',

0 commit comments

Comments
 (0)