summaryrefslogtreecommitdiff
path: root/poezio/args.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-08-13 22:56:06 +0200
committermathieui <mathieui@mathieui.net>2018-08-13 22:56:06 +0200
commitc0ffc4b15c761527981f80a1626534305feb6133 (patch)
treee31c41f198ee227cfe32b205cc412e1d7a0c59f3 /poezio/args.py
parentfe7d68cad113652c1ec8b4186e0c0c111a9fbcf2 (diff)
downloadpoezio-c0ffc4b15c761527981f80a1626534305feb6133.tar.gz
poezio-c0ffc4b15c761527981f80a1626534305feb6133.tar.bz2
poezio-c0ffc4b15c761527981f80a1626534305feb6133.tar.xz
poezio-c0ffc4b15c761527981f80a1626534305feb6133.zip
Release poezio 0.12v0.12
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 31525bb2..24025afc 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="1.0-dev")
+ default="0.12")
options = parser.parse_args()
return options