Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
205
Issues
205
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
eefc126a
Commit
eefc126a
authored
Oct 09, 2016
by
mathieui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
poezio 0.10 release
parent
f8d5fa9b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CHANGELOG
CHANGELOG
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG
View file @
eefc126a
...
@@ -2,7 +2,7 @@ This file describes the new features in each poezio release.
...
@@ -2,7 +2,7 @@ This file describes the new features in each poezio release.
For more detailed changelog, see the roadmap:
For more detailed changelog, see the roadmap:
https://dev.louiz.org/projects/poezio/roadmap
https://dev.louiz.org/projects/poezio/roadmap
* Poezio 0.10
- dev
* Poezio 0.10
- A lot of cleanup and refactor in order to use cython on the codebase
- A lot of cleanup and refactor in order to use cython on the codebase
more easily.
more easily.
...
...
setup.py
View file @
eefc126a
...
@@ -65,7 +65,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
...
@@ -65,7 +65,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
LONG_DESCRIPTION
=
readme_fd
.
read
()
LONG_DESCRIPTION
=
readme_fd
.
read
()
setup
(
name
=
"poezio"
,
setup
(
name
=
"poezio"
,
version
=
"0.10"
+
version
,
version
=
"0.10"
,
description
=
"A console XMPP client"
,
description
=
"A console XMPP client"
,
long_description
=
LONG_DESCRIPTION
,
long_description
=
LONG_DESCRIPTION
,
ext_modules
=
[
module_poopt
],
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