Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
8feeb1f9
Commit
8feeb1f9
authored
Dec 26, 2014
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Target next release: 4.1.0
- Support new Python versions. [ci skip]
parent
428643f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
CHANGES.rst
CHANGES.rst
+4
-2
setup.py
setup.py
+2
-1
No files found.
CHANGES.rst
View file @
8feeb1f9
Changelog
=========
4.0.1dev (unreleased)
---------------------
4.1.0 (unreleased)
------------------
- Add support for Python 3.4.
- Log errors on server side even if using multi threaded delay.
...
...
setup.py
View file @
8feeb1f9
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Setup
"""
version
=
'4.
0.
0'
version
=
'4.
1.0.dev
0'
from
setuptools
import
setup
,
find_packages
import
os
import
sys
...
...
@@ -32,6 +32,7 @@ Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: Implementation :: CPython
Topic :: Database
Topic :: Software Development :: Libraries :: Python Modules
...
...
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