Skip to content

Commit de4fbb0

Browse files
committed
Get ready for release 3.7.1
1 parent e14675c commit de4fbb0

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838

3939
- run:
4040
command: | # Use pip to install dependengcies
41-
sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
4241
pip install --user --upgrade setuptools
4342
pip install --user -e .
4443
pip install --user -r requirements-dev.txt

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ matrix:
1313
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
1414

1515
install:
16-
- sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
1716
- pip install -e .
1817
- pip install -r requirements-dev.txt
1918

NEWS.md

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

uncompyle6/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313
# This file is suitable for sourcing inside POSIX shell as
1414
# well as importing into Python
15-
VERSION="3.7.0" # noqa
15+
VERSION="3.7.1" # noqa

0 commit comments

Comments
 (0)