Skip to content

Commit

Permalink
Release pass-import 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Feb 25, 2024
1 parent bf28af5 commit d12ad97
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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**
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
pass-import (3.5-1) stable; urgency=medium

* Release pass-import v3.5

-- Alexandre Pujol <alexandre@pujol.io> Sun, 25 Feb 2024 12:49:19 +0000

pass-import (3.4-1) stable; urgency=medium

* Release pass-import v3.4
Expand Down
2 changes: 1 addition & 1 deletion pass_import/__about__.py
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit d12ad97

Please sign in to comment.