Skip to content

Commit a1fa0b6

Browse files
committed
Version 1.1.4 release
1 parent 9751867 commit a1fa0b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(unreleased)
22
- ("Added continuous integration" when done.)
33

4-
(unreleased) v1.1.4
4+
v1.1.4, 2025-03-24
55
- Improved note display
66
- Document OS X install
77
- Add Dockerfile

qr-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import tempfile
3939
import textwrap
4040

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

4444
# Option(s), Default, Description
4545
BACKUP_OPTIONS = [

0 commit comments

Comments
 (0)