summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2020-03-13 09:41:43 +0200
committerMarius Gedminas <marius@gedmin.as>2020-03-13 09:41:43 +0200
commit10c2b305d436de0e54c029360cea7371e2547f1e (patch)
treeb819c92f61ec38f367f1b3968a92dd406df39537
parent5773b8b33e42d28962684f7647f4dca089518259 (diff)
downloadzope-proxy-10c2b305d436de0e54c029360cea7371e2547f1e.tar.gz
Preparing release 4.3.44.3.4
-rw-r--r--.travis.yml4
-rw-r--r--CHANGES.rst5
-rw-r--r--setup.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index db51783..41dc567 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,10 @@ jobs:
os: osx
language: generic
env: TERRYFY_PYTHON='macpython 3.8.0'
+ - name: Python 3.9 wheels for MacOS
+ os: osx
+ language: generic
+ env: TERRYFY_PYTHON='macpython 3.9.0'
before_install:
- |
diff --git a/CHANGES.rst b/CHANGES.rst
index 3085e8b..1800983 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-4.3.4 (unreleased)
+4.3.4 (2020-03-13)
==================
- Fix a compilation warning on Python 3.8. The slot ``tp_print``
@@ -11,6 +11,9 @@
See `issue 36
<https://github.com/zopefoundation/zope.proxy/issues/36>`_.
+- Remove deprecated use of setuptools features. See `issue 38
+ <https://github.com/zopefoundation/zope.proxy/issues/38>`_.
+
4.3.3 (2019-11-11)
==================
diff --git a/setup.py b/setup.py
index 1d3eea9..bd3eb03 100644
--- a/setup.py
+++ b/setup.py
@@ -79,7 +79,7 @@ else:
ext_modules = codeoptimization
setup(name='zope.proxy',
- version='4.3.4.dev0',
+ version='4.3.4',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Generic Transparent Proxies',