Get ready for release 3.6.7

This commit is contained in:
rocky
2020-04-27 22:51:06 -04:00
parent 698a3073d0
commit 302a5d53d4
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
3.6.7: 2020-4-27 xdis again
===========================
More upheaval in xdis which we need to track here.
3.6.6: 2020-4-20 Love in the time of Cholera
============================================

View File

@@ -58,7 +58,7 @@ entry_points = {
]}
ftp_url = None
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
"xdis >= 4.5.0, < 4.6.0"]
"xdis >= 4.5.1, < 4.6.0"]
license = "GPL3"
mailing_list = "python-debugger@googlegroups.com"

View File

@@ -53,6 +53,7 @@ install:
# compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%CMD_IN_ENV% pip install git+git://github.com/rocky/python-uncompyle6.git#egg=uncompyle6-3.6.6
- "%CMD_IN_ENV% pip install -r requirements.txt"
build_script:

View File

@@ -12,4 +12,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This file is suitable for sourcing inside bash as
# well as importing into Python
VERSION="3.6.6" # noqa
VERSION="3.6.7" # noqa