Skip to content

Commit e097389

Browse files
committed
Get ready for release 3.7.4
1 parent e1b7659 commit e097389

File tree

6 files changed

+7
-92
lines changed

6 files changed

+7
-92
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ repos:
99
rev: 19.10b0
1010
hooks:
1111
- id: black
12+
exclude: version.py
1213
language_version: python3

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
1.0.0
1+
3.7.4
22
=====
3+
4+
First PyPI release. Version number is set to roughly the corresponding uncompyle6 version.

__pkginfo__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2020 Rocky Bernstein <[email protected]>
1+
# Copyright (C) 2018-2021 Rocky Bernstein <[email protected]>
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
2323

2424
# Things that change more often go here.
2525
copyright = """
26-
Copyright (C) 2015-2020 Rocky Bernstein <[email protected]>.
26+
Copyright (C) 2015-2021 Rocky Bernstein <[email protected]>.
2727
"""
2828

2929
classifiers = [

admin-tools/how-to-make-a-release.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

admin-tools/make-dist.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ trap finish EXIT
1313
if ! source ./pyenv-versions ; then
1414
exit $?
1515
fi
16-
if ! source ./setup-master.sh ; then
17-
exit $?
18-
fi
1916

2017
cd ..
2118
source $PACKAGE/version.py

decompyle3/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 bash as
1414
# well as importing into Python
15-
__version__ = "3.3.2" # noqa
15+
__version__="3.7.4" # noqa

0 commit comments

Comments
 (0)