From d12ad9714ac2ee00ae809ffff92390b4211f5d23 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 25 Feb 2024 12:49:19 +0000 Subject: [PATCH] Release pass-import 3.5 --- README.md | 10 +++++----- debian/changelog | 6 ++++++ pass_import/__about__.py | 2 +- setup.cfg | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76c51eb..9742d14 100644 --- a/README.md +++ b/README.md @@ -674,18 +674,18 @@ python3 setup.py install **Stable version** ```sh -wget https://github.com/roddhjav/pass-import/releases/download/v3.4/pass-import-3.4.tar.gz -tar xzf pass-import-3.4.tar.gz -cd pass-import-3.4 +wget https://github.com/roddhjav/pass-import/releases/download/v3.5/pass-import-3.5.tar.gz +tar xzf pass-import-3.5.tar.gz +cd pass-import-3.5 python3 setup.py install ``` [Releases][releases] and commits are signed using [`06A26D531D56C42D66805049C5469996F0DF68EC`][keys]. You should check the key's fingerprint and verify the signature: ```sh -wget https://github.com/roddhjav/pass-import/releases/download/v3.4/pass-import-3.4.tar.gz.asc +wget https://github.com/roddhjav/pass-import/releases/download/v3.5/pass-import-3.5.tar.gz.asc gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC -gpg --verify pass-import-3.4.tar.gz.asc +gpg --verify pass-import-3.5.tar.gz.asc ``` **Local install** diff --git a/debian/changelog b/debian/changelog index 02bdaa3..dd2391b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pass-import (3.5-1) stable; urgency=medium + + * Release pass-import v3.5 + + -- Alexandre Pujol Sun, 25 Feb 2024 12:49:19 +0000 + pass-import (3.4-1) stable; urgency=medium * Release pass-import v3.4 diff --git a/pass_import/__about__.py b/pass_import/__about__.py index ae084f5..6fad6b6 100644 --- a/pass_import/__about__.py +++ b/pass_import/__about__.py @@ -13,7 +13,7 @@ 'the existing password manager.') __uri__ = 'https://github.com/roddhjav/pass-import' -__version__ = '3.4' +__version__ = '3.5' __author__ = 'Alexandre Pujol' __email__ = 'alexandre@pujol.io' diff --git a/setup.cfg b/setup.cfg index ac9671f..df86b95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pass-import -version = 3.4 +version = 3.5 description = A pass extension for importing data from most of the existing password manager. long_description = file: README.md long_description_content_type = text/markdown