Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
206
Issues
206
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
d1b62475
Unverified
Commit
d1b62475
authored
Aug 14, 2018
by
mathieui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Next version is 0.13
parent
c0ffc4b1
Pipeline
#1522
passed with stages
in 2 minutes and 49 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
CHANGELOG
CHANGELOG
+2
-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 @
d1b62475
...
...
@@ -2,6 +2,8 @@ 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.13 - dev
* Poezio 0.12
- Require Python 3.5, to add support for Python 3.7, use proper async
...
...
doc/source/conf.py
View file @
d1b62475
...
...
@@ -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.13
'
# The full version, including alpha/beta/rc tags.
release
=
'
1.0
-dev'
release
=
'
0.13
-dev'
add_function_parentheses
=
True
...
...
poezio/args.py
View file @
d1b62475
...
...
@@ -38,6 +38,6 @@ def parse_args(CONFIG_PATH: Path):
dest
=
"version"
,
help
=
SUPPRESS
,
metavar
=
"VERSION"
,
default
=
"0.1
2
"
)
default
=
"0.1
3-dev
"
)
options
=
parser
.
parse_args
()
return
options
setup.py
View file @
d1b62475
...
...
@@ -89,7 +89,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
LONG_DESCRIPTION
=
readme_fd
.
read
()
setup
(
name
=
"poezio"
,
version
=
"0.1
2"
,
version
=
"0.1
3"
+
version
,
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