Get ready for release 3.2.5

This commit is contained in:
rocky 2018-12-30 12:10:43 -05:00
parent fe9beb2fd1
commit 84e8542248
3 changed files with 9 additions and 2 deletions

7
NEWS
View File

@ -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

View File

@ -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'

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 bash as
# well as importing into Python
VERSION='3.2.4'
VERSION='3.2.5'