Get ready for release 3.7.1

This commit is contained in:
rocky 2020-06-12 20:15:44 -04:00
parent e14675c2dc
commit de4fbb08f2
4 changed files with 10 additions and 3 deletions

View File

@ -38,7 +38,6 @@ jobs:
- run:
command: | # Use pip to install dependengcies
sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
pip install --user --upgrade setuptools
pip install --user -e .
pip install --user -r requirements-dev.txt

View File

@ -13,7 +13,6 @@ matrix:
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
install:
- sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
- pip install -e .
- pip install -r requirements-dev.txt

View File

@ -1,3 +1,12 @@
3.7.1: 2020-6-12 Fleetwood66
====================================================
Released to pick up new xdis version which has fixes to read bytestings better on 3.x
* Handle 3.7+ "else" branch removal adAs seen in `_cmp()` of `python3.8/distutils/version.py` with optimization `-O2`
* 3.6+ "with" and "with .. as" grammar improvements
* ast-check for "for" loop was missing some grammar rules
3.7.0: 2020-5-19 Primidi 1st Prairial - Alfalfa - HF
====================================================

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 POSIX shell as
# well as importing into Python
VERSION="3.7.0" # noqa
VERSION="3.7.1" # noqa