File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Changelog
7
7
.. This document is user facing. Please word the changes in such a way
8
8
.. that users understand how the changes affect the new version.
9
9
10
- version 0.2.0-dev
10
+ version 0.2.0
11
11
-----------------
12
12
+ Update embedded zlib-ng version to 2.0.7
13
13
+ Escape GIL for adler32 and crc32 functions.
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def build_zlib_ng():
121
121
122
122
setup (
123
123
name = "zlib-ng" ,
124
- version = "0.2.0-dev " ,
124
+ version = "0.2.0" ,
125
125
description = "Drop-in replacement for zlib and gzip modules using zlib-ng" ,
126
126
author = "Leiden University Medical Center" ,
127
127
author_email = "r.h.p.vorderman@lumc.nl" , # A placeholder for now
Original file line number Diff line number Diff line change 5
5
# This file is part of python-zlib-ng which is distributed under the
6
6
# PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2.
7
7
8
- __version__ = "0.2.0-dev "
8
+ __version__ = "0.2.0"
You can’t perform that action at this time.
0 commit comments