summaryrefslogtreecommitdiff
path: root/poezio/args.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-09-12 19:33:18 +0200
committermathieui <mathieui@mathieui.net>2018-09-12 19:33:18 +0200
commit8874339879691e24866ca321a82627034f9bd61f (patch)
tree324c19bc7e9bbc56da433653c5e292c9166ca790 /poezio/args.py
parent239d47aa1a417e571527d61e3b51638908f708d4 (diff)
downloadpoezio-v0.12-fixes.tar.gz
poezio-v0.12-fixes.tar.bz2
poezio-v0.12-fixes.tar.xz
poezio-v0.12-fixes.zip
Release poezio 0.12.1v0.12.1v0.12-fixes
Diffstat (limited to 'poezio/args.py')
-rw-r--r--poezio/args.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/args.py b/poezio/args.py
index 24025afc..eee12a4e 100644
--- a/poezio/args.py
+++ b/poezio/args.py
@@ -38,6 +38,6 @@ def parse_args(CONFIG_PATH: Path):
dest="version",
help=SUPPRESS,
metavar="VERSION",
- default="0.12")
+ default="0.12.1")
options = parser.parse_args()
return options