Skip to content

Commit

Permalink
Release pass-import 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Sep 10, 2022
1 parent d88d1b6 commit 4b569aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -693,18 +693,18 @@ python3 setup.py install

**Stable version**
```sh
wget https://github.com/roddhjav/pass-import/releases/download/v3.2/pass-import-3.2.tar.gz
tar xzf pass-import-3.2.tar.gz
cd pass-import-3.2
wget https://github.com/roddhjav/pass-import/releases/download/v3.3/pass-import-3.3.tar.gz
tar xzf pass-import-3.3.tar.gz
cd pass-import-3.3
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.2/pass-import-3.2.tar.gz.asc
wget https://github.com/roddhjav/pass-import/releases/download/v3.3/pass-import-3.3.tar.gz.asc
gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC
gpg --verify pass-import-3.2.tar.gz.asc
gpg --verify pass-import-3.3.tar.gz.asc
```

**Local install**
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
pass-import (3.3-1) stable; urgency=medium

* Release pass-import v3.3

-- Alexandre Pujol <alexandre@pujol.io> Sat, 10 Sep 2022 22:19:24 +0000

pass-import (3.2) unstable; urgency=medium

* Release pass-import v3.2
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.2'
__version__ = '3.3'

__author__ = 'Alexandre Pujol'
__email__ = 'alexandre@pujol.io'
Expand Down

0 comments on commit 4b569aa

Please sign in to comment.