Skip to content

Commit 0873b86

Browse files
author
hauntsaninja
committed
pyp: bump version
1 parent 33d3437 commit 0873b86

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Changelog
22

3-
## Unreleased
3+
## [v0.3]
44

55
- pyp is now configurable! See README.md for the details
66
- Added CHANGELOG.md
7+
- We now attempt to show a reconstructed traceback for errors raised in generated code
8+
- Improved various error messages. We should never show you tracebacks into pyp code unless it's a
9+
genuine pyp crash
10+
- The output of `--script` now has a shebang and orders imports better
11+
- Improved undefined name detection for imports, exception handlers, class and function definitions
712
- Automatic printing now tries a little harder to find standalone expressions to print
8-
- The output of --script now has a shebang
9-
- Improved various error messages
1013
- Input code is now dedent-ed
11-
- Improved undefined name detection for imports, exception handlers, class and function definitions
1214
- Updated Related Projects in README.md
15+
- Several improvements to tests
1316

1417
Extra thanks to @rmcgibbo!
1518
Thanks to @nickodell, @yuvadm, @dbieber, @alendit!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="pypyp",
8-
version="0.2.1",
8+
version="0.3",
99
author="Shantanu Jain",
1010
author_email="[email protected]",
1111
description="Easily run Python at the shell! Magical, but never mysterious.",

0 commit comments

Comments
 (0)