Skip to content

Commit e39a902

Browse files
committed
Get ready for release 3.3.5
1 parent e2914ed commit e39a902

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

NEWS.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
3.3.4 2019-05-19 Fleetwood at 65
1+
3.3.5 2019-07-03 Pre Independence Day
2+
=====================================
3+
4+
Again, most of the work in this is release is thanks to x0ret.
5+
6+
- Handle annotation args in Python 3.x
7+
- Fix vararg and function signatures in 3.x
8+
- Some 3.x < 3.6 while(1)/if fixes - others remain
9+
- Start reinstating else if -> elif
10+
- LOAD_CONST -> LOAD_CODE where appropriate
11+
- option `weak-verify` is now `syntax-verify`
12+
- code cleanups, start using "blacken" to reformat text
13+
14+
15+
3.3.4 2019-06-19 Fleetwood at 65
216
================================
317

418
Most of the work in this is release is thanks to x0ret.

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 bash as
1414
# well as importing into Python
15-
VERSION='3.3.4' # noqa
15+
VERSION="3.3.5" # noqa

0 commit comments

Comments
 (0)