Skip to content

Commit

Permalink
Get ready for release 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jun 21, 2021
1 parent e1b7659 commit e097389
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 92 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ repos:
rev: 19.10b0
hooks:
- id: black
exclude: version.py
language_version: python3
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
1.0.0
3.7.4
=====

First PyPI release. Version number is set to roughly the corresponding uncompyle6 version.
4 changes: 2 additions & 2 deletions __pkginfo__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2020 Rocky Bernstein <rocky@gnu.org>
# Copyright (C) 2018-2021 Rocky Bernstein <rocky@gnu.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -23,7 +23,7 @@

# Things that change more often go here.
copyright = """
Copyright (C) 2015-2020 Rocky Bernstein <rb@dustyfeet.com>.
Copyright (C) 2015-2021 Rocky Bernstein <rb@dustyfeet.com>.
"""

classifiers = [
Expand Down
85 changes: 0 additions & 85 deletions admin-tools/how-to-make-a-release.md

This file was deleted.

3 changes: 0 additions & 3 deletions admin-tools/make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ trap finish EXIT
if ! source ./pyenv-versions ; then
exit $?
fi
if ! source ./setup-master.sh ; then
exit $?
fi

cd ..
source $PACKAGE/version.py
Expand Down
2 changes: 1 addition & 1 deletion decompyle3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2" # noqa
__version__="3.7.4" # noqa

0 comments on commit e097389

Please sign in to comment.