Skip to content

Commit

Permalink
Release 7.43.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 15, 2020
1 parent 56042b6 commit fbd554f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
@@ -1,6 +1,6 @@
Copyright (C) 2001-2008 by Kjetil Jacobsen <kjetilja at gmail.com>
Copyright (C) 2001-2008 by Markus F.X.J. Oberhumer <markus at oberhumer.com>
Copyright (C) 2013-2019 by Oleg Pudeyev <oleg at bsdpower.com>
Copyright (C) 2013-2020 by Oleg Pudeyev <oleg at bsdpower.com>

Please see README, COPYING-LGPL and COPYING-MIT for license information.

Expand Down
2 changes: 1 addition & 1 deletion COPYING-MIT
Expand Up @@ -2,7 +2,7 @@ COPYRIGHT AND PERMISSION NOTICE

Copyright (C) 2001-2008 by Kjetil Jacobsen <kjetilja at gmail.com>
Copyright (C) 2001-2008 by Markus F.X.J. Oberhumer <markus at oberhumer.com>
Copyright (C) 2013-2019 by Oleg Pudeyev <oleg at bsdpower.com>
Copyright (C) 2013-2020 by Oleg Pudeyev <oleg at bsdpower.com>

All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions ChangeLog
@@ -1,5 +1,5 @@
master
------
Version 7.43.0.4 [requires libcurl-7.19.0 or better] - 2020-01-15
-----------------------------------------------------------------

* Minimum supported Python 3 version is now 3.5.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -176,7 +176,7 @@ License

Copyright (C) 2001-2008 by Kjetil Jacobsen <kjetilja at gmail.com>
Copyright (C) 2001-2008 by Markus F.X.J. Oberhumer <markus at oberhumer.com>
Copyright (C) 2013-2019 by Oleg Pudeyev <oleg at bsdpower.com>
Copyright (C) 2013-2020 by Oleg Pudeyev <oleg at bsdpower.com>

All rights reserved.

Expand Down
8 changes: 8 additions & 0 deletions RELEASE-NOTES.rst
@@ -1,6 +1,14 @@
Release Notes
=============

PycURL 7.43.0.4 - 2020-01-15
----------------------------

This release improves compatibility with Python 3.8 and removes support for
Python 2 and Python 3.4. It also adds wolfSSL support and thread safety of
the multi interface.


PycURL 7.43.0.3 - 2019-06-17
----------------------------

Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Expand Up @@ -47,16 +47,16 @@

# General information about the project.
project = u'PycURL'
copyright = u'2001-2019 Kjetil Jacobsen, Markus F.X.J. Oberhumer, Oleg Pudeyev'
copyright = u'2001-2020 Kjetil Jacobsen, Markus F.X.J. Oberhumer, Oleg Pudeyev'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '7.43.0.3'
version = '7.43.0.4'
# The full version, including alpha/beta/rc tags.
release = '7.43.0.3'
release = '7.43.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

PACKAGE = "pycurl"
PY_PACKAGE = "curl"
VERSION = "7.43.0.3"
VERSION = "7.43.0.4"

import glob, os, re, sys, subprocess
import distutils
Expand Down
2 changes: 1 addition & 1 deletion winbuild.py
Expand Up @@ -91,7 +91,7 @@ class Config:
# whether to build binary wheels
build_wheels = True
# pycurl version to build, we should know this ourselves
pycurl_version = '7.43.0.3'
pycurl_version = '7.43.0.4'

# sometimes vc14 does not include windows sdk path in vcvars which breaks stuff.
# another application for this is to supply normaliz.lib for vc9
Expand Down

0 comments on commit fbd554f

Please sign in to comment.