8000 release v1.0.6 (#564) · ubgk/msgpack-python@b1b0eda · GitHub
[go: up one dir, main page]

Skip to content

Commit b1b0eda

Browse files
authored
release v1.0.6 (msgpack#564)
1 parent e1d3d5d commit b1b0eda

File tree

< 10000 button data-component="IconButton" type="button" data-testid="expand-file-tree-button" aria-expanded="false" aria-controls="diff_file_tree" class="prc-Button-ButtonBase-c50BI d-md-none position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rqatdab:-loading-announcement" aria-labelledby=":R2atdab:">

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ChangeLog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
1.0.6rc1
2-
========
1+
1.0.6
2+
=====
33

4-
Release Date: 2023-09-13
4+
Release Date: 2023-09-21
55

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

msgpack/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import os
55

66

7-
version = (1, 0, 6, "rc", 1)
8-
__version__ = "1.0.6rc1"
7+
version = (1, 0, 6)
8+
__version__ = "1.0.6"
99

1010

1111
if os.environ.get("MSGPACK_PUREPYTHON"):

0 commit comments

Comments
 (0)
0