Skip to content

Commit

Permalink
Target next release: 4.1.0
Browse files Browse the repository at this point in the history
- Support new Python versions.

[ci skip]
  • Loading branch information
tseaver committed Dec 27, 2014
1 parent 428643f commit 8feeb1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
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.

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
##############################################################################
"""Setup
"""
version = '4.0.0'
version = '4.1.0.dev0'
from setuptools import setup, find_packages
import os
import sys
Expand All @@ -32,6 +32,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
Expand Down

0 comments on commit 8feeb1f

Please sign in to comment.