Commit b7e028eb authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.28.x'

parents 30e2346d df202292
......@@ -36,7 +36,7 @@ Other changes
-------------
0.28.3 (2018-??-??)
0.28.3 (2018-05-27)
===================
Bugs fixed
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.28.2"
__version__ = "0.28.3"
try:
from __builtin__ import basestring
......
......@@ -17,12 +17,12 @@ environment:
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35"
......@@ -33,12 +33,12 @@ environment:
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6"
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"
clone_depth: 5
......
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