10000 v1.0.1 · nomissbowling/msgpack-python@d893697 · GitHub
[go: up one dir, main page]

Skip to content

Commit d893697

Browse files
committed
v1.0.1
1 parent 7d6b4df commit d893697

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

ChangeLog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.0.1
2+
=====
3+
4+
* Add Python 3.9 and linux/arm64 wheels. (#439)
5+
* Fixed Unpacker.tell() after read_bytes() (#426)
6+
* Fixed unpacking datetime before epoch on Windows (#433)
7+
* Fixed fallback Packer didn't check DateTime.tzinfo (#434)
8+
19
1.0.0
210
=====
311

msgpack/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = (1, 0, 0)
1+
version = (1, 0, 1)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def __init__(self, *args, **kwargs):
132132
"Programming Language :: Python :: 3.6",
133133
"Programming Language :: Python :: 3.7",
134134
"Programming Language :: Python :: 3.8",
135+
"Programming Language :: Python :: 3.9",
135136
"Programming Language :: Python :: Implementation :: CPython",
136137
"Programming Language :: Python :: Implementation :: PyPy",
137138
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)
0