Skip to content

Commit

Permalink
Release pass-audit 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 30, 2022
1 parent 1658e2f commit ef5f04e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,18 @@ python3 setup.py install

**Stable version**
```sh
wget https://github.com/roddhjav/pass-audit/releases/download/v1.1/pass-audit-1.1.tar.gz
tar xzf pass-audit-1.1.tar.gz
cd pass-audit-1.1
wget https://github.com/roddhjav/pass-audit/releases/download/v1.2/pass-audit-1.2.tar.gz
tar xzf pass-audit-1.2.tar.gz
cd pass-audit-1.2
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-audit/releases/download/v1.1/pass-audit-1.1.tar.gz.asc
wget https://github.com/roddhjav/pass-audit/releases/download/v1.2/pass-audit-1.2.tar.gz.asc
gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC
gpg --verify pass-audit-1.1.tar.gz.asc
gpg --verify pass-audit-1.2.tar.gz.asc
```

**Local install**
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pass-audit (1.2) unstable; urgency=medium

* Release pass-audit v1.2

-- Alexandre Pujol <alexandre@pujol.io> Sun, 30 Jan 2022 14:55:34 +0000

pass-audit (1.1-1) unstable; urgency=medium

* Initial release
Expand Down
2 changes: 1 addition & 1 deletion pass_audit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = 'A pass extension for auditing your password repository.'
__uri__ = 'https://github.com/roddhjav/pass-audit'

__version__ = '1.1'
__version__ = '1.2'

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

0 comments on commit ef5f04e

Please sign in to comment.