Skip to content

Commit

Permalink
add 1.0.6rc1 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Sep 13, 2023
1 parent 580d818 commit 10dccf4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.0.6rc1
========

Release Date: 2023-09-13

* Add Python 3.12 wheels (#517)
* Remove Python 2.7, 3.6, and 3.7 support


1.0.5
=====

Expand Down
4 changes: 2 additions & 2 deletions msgpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import os


version = (1, 0, 5)
__version__ = "1.0.6dev1"
version = (1, 0, 6, "rc", 1)
__version__ = "1.0.6rc1"


if os.environ.get("MSGPACK_PUREPYTHON"):
Expand Down

0 comments on commit 10dccf4

Please sign in to comment.