Skip to content

Commit a96c108

Browse files
authored
Merge pull request #32 from PyO3/konsti/release-0.6.7
Release 0.6.7
2 parents 83c2ca4 + 0354d7c commit a96c108

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python-pkginfo"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
authors = ["messense <messense@icloud.com>"]
55
edition = "2021"
66
description = "Parse Python package metadata from sdist and bdists and etc."

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.6.7
4+
5+
- Allow zip 7
6+
- Allow bzip2 0.6
7+
38
## 0.6.6
49

510
- Update bzip2 to 0.5

0 commit comments

Comments
 (0)