Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
88743398
Unverified
Commit
88743398
authored
Sep 12, 2018
by
mathieui
Browse files
Release poezio 0.12.1
parent
239d47aa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
CHANGELOG
CHANGELOG
+4
-0
doc/source/conf.py
doc/source/conf.py
+2
-2
poezio/args.py
poezio/args.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG
View file @
88743398
...
...
@@ -2,6 +2,10 @@ 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 0.12.1
- Fix compatibility with the Python 3.5 in debian stable
* Poezio 0.12
- Require Python 3.5, to add support for Python 3.7, use proper async
...
...
doc/source/conf.py
View file @
88743398
...
...
@@ -53,9 +53,9 @@ copyright = '%s, Mathieu Pasquet - Florent Le Coz - Emmanuel Gil Peyrot' % time.
# built documents.
#
# The short X.Y version.
version
=
'
1.0
'
version
=
'
0.12.1
'
# The full version, including alpha/beta/rc tags.
release
=
'
1.0-dev
'
release
=
'
0.12.1
'
add_function_parentheses
=
True
...
...
poezio/args.py
View file @
88743398
...
...
@@ -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
setup.py
View file @
88743398
...
...
@@ -89,7 +89,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
LONG_DESCRIPTION
=
readme_fd
.
read
()
setup
(
name
=
"poezio"
,
version
=
"0.12"
,
version
=
"0.12
.1
"
,
description
=
"A console XMPP client"
,
long_description
=
LONG_DESCRIPTION
,
ext_modules
=
[
module_poopt
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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