Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pitchum
poezio
Commits
c0ffc4b1
Unverified
Commit
c0ffc4b1
authored
Aug 13, 2018
by
mathieui
Browse files
Release poezio 0.12
parent
fe7d68ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
c0ffc4b1
...
...
@@ -2,7 +2,7 @@ This file describes the new features in each poezio release.
For more detailed changelog, see the roadmap:
https://dev.louiz.org/projects/poezio/roadmap
* Poezio
1.0 - dev
* Poezio
0.12
- Require Python 3.5, to add support for Python 3.7, use proper async
functions, use typing, italics formatting, FIXME
...
...
poezio/args.py
View file @
c0ffc4b1
...
...
@@ -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
setup.py
View file @
c0ffc4b1
...
...
@@ -89,7 +89,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
LONG_DESCRIPTION
=
readme_fd
.
read
()
setup
(
name
=
"poezio"
,
version
=
"
1.0"
+
version
,
version
=
"
0.12"
,
description
=
"A console XMPP client"
,
long_description
=
LONG_DESCRIPTION
,
ext_modules
=
[
module_poopt
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment