Skip to content

Commit 012205a

Browse files
committed
Version 1.9.1
- Remove an extraneous print() statement. - No need to import print_statement from __future__ -- we dropped py2 support ages ago so the future is now.
1 parent 5a5bbfc commit 012205a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

pydpkg/dpkg_inspect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
a debian package file using python-dpkg
66
"""
77

8-
from __future__ import print_function
9-
108
import glob
119
import logging
1210
import os

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydpkg"
3-
version = "1.9.0"
3+
version = "1.9.1"
44
description = "A python library for parsing debian package control headers and version strings"
55
authors = ["Nathan J. Mehl <pypi@memory.blank.org>"]
66
homepage = "https://github.com/memory/python-dpkg"

0 commit comments

Comments
 (0)