Commit e20bcee0 authored by Jason Madden's avatar Jason Madden

Changelog and classifiers.

parent b13c4694
Changelog Changelog
========= =========
4.1.1 (unreleased)
------------------
- Add support for PyPy.
4.1.0 (2015-01-06) 4.1.0 (2015-01-06)
------------------ ------------------
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Setup """Setup
""" """
version = '4.1.0' version = '4.1.1.dev0'
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os import os
import sys import sys
...@@ -34,6 +34,7 @@ Programming Language :: Python :: 3.2 ...@@ -34,6 +34,7 @@ Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.4
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Database Topic :: Database
Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Libraries :: Python Modules
Operating System :: Microsoft :: Windows Operating System :: Microsoft :: Windows
......
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