Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
- Remove an extraneous print() statement.
- No need to import print_statement from __future__ -- we dropped
  py2 support ages ago so the future is now.
  • Loading branch information
n-oden committed Jan 22, 2023
1 parent 5a5bbfc commit 012205a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pydpkg/dpkg_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
a debian package file using python-dpkg
"""

from __future__ import print_function

import glob
import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydpkg"
version = "1.9.0"
version = "1.9.1"
description = "A python library for parsing debian package control headers and version strings"
authors = ["Nathan J. Mehl <[email protected]>"]
homepage = "https://github.com/memory/python-dpkg"
Expand Down

0 comments on commit 012205a

Please sign in to comment.