mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
Get ready for release 3.2.5
This commit is contained in:
parent
fe9beb2fd1
commit
84e8542248
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
uncompyle6 3.2.5 2019-12-30 Clearout sale
|
||||
|
||||
- 3.7.2 Remove deprecation warning on regexp string that isn't raw
|
||||
- main.main() parameter `codes` is not used - note that
|
||||
- Improve Python 3.6+ control flow detection
|
||||
- More complete fragment instruction annotation for `imports`
|
||||
|
||||
uncompyle6 3.2.4 2018-10-27 7x9 release
|
||||
|
||||
- Bug fixes #180, #182, #187, #192
|
||||
|
@ -57,7 +57,7 @@ entry_points = {
|
||||
]}
|
||||
ftp_url = None
|
||||
install_requires = ['spark-parser >= 1.8.7, < 1.9.0',
|
||||
'xdis >= 3.8.8, < 3.9.0']
|
||||
'xdis >= 3.8.9, < 3.9.0']
|
||||
|
||||
license = 'GPL3'
|
||||
mailing_list = 'python-debugger@googlegroups.com'
|
||||
|
@ -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.2.4'
|
||||
VERSION='3.2.5'
|
||||
|
Loading…
Reference in New Issue
Block a user