Commit 8feeb1f9 authored by Tres Seaver's avatar Tres Seaver

Target next release: 4.1.0

- Support new Python versions.

[ci skip]
parent 428643f5
Changelog 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. - Log errors on server side even if using multi threaded delay.
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Setup """Setup
""" """
version = '4.0.0' version = '4.1.0.dev0'
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os import os
import sys import sys
...@@ -32,6 +32,7 @@ Programming Language :: Python :: 2.7 ...@@ -32,6 +32,7 @@ Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.2 Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Topic :: Database Topic :: Database
Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Libraries :: Python Modules
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment