Skip to content

Commit

Permalink
pyp: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed May 12, 2020
1 parent 33d3437 commit 0873b86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog

## Unreleased
## [v0.3]

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

Extra thanks to @rmcgibbo!
Thanks to @nickodell, @yuvadm, @dbieber, @alendit!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pypyp",
version="0.2.1",
version="0.3",
author="Shantanu Jain",
author_email="[email protected]",
description="Easily run Python at the shell! Magical, but never mysterious.",
Expand Down

0 comments on commit 0873b86

Please sign in to comment.