Skip to content

Commit

Permalink
Update version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
za3k committed Oct 15, 2022
1 parent 25b4cdd commit fa85d47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git (unreleased)
v1.1.3
- Added bash completion
- Added experimental debian packaging

Expand Down
5 changes: 2 additions & 3 deletions package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
qr-backup (1.1.2-1) UNRELEASED; urgency=medium
qr-backup (1.1.3-1) UNRELEASED; urgency=medium

* Initial release. (Closes: #1021089: RFP: qr-backup -- paper backups
of files using QR codes)
* Initial release. (Closes: #1021089)
* v1.1.2

-- Zachary Vance <[email protected]> Wed, 05 Oct 2022 12:33:20 -0700
2 changes: 1 addition & 1 deletion package/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Standards-Version: 4.5.1
Build-Depends: debhelper (>= 9)

Package: qr-backup
Architecture: any
Architecture: all
Depends: ${misc:Depends}, gnupg2, imagemagick, python3, python3-pillow, python3-reedsolo, python3-qrcode, zbar-tools
Description: paper backups of files using QR codes
qr-backup takes file(s), and outputs a "paper backup": a printable
Expand Down
2 changes: 1 addition & 1 deletion qr-backup
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import tempfile
import textwrap

assert sys.version_info >= (3,6), "Python 3.6 is required. Submit a patch removing f-strings to fix it, sucka!"
VERSION = "1.1.2"
VERSION = "1.1.3"

# Option(s), Default, Description
BACKUP_OPTIONS = [
Expand Down

0 comments on commit fa85d47

Please sign in to comment.