diff --git a/Cargo.toml b/Cargo.toml index a3d658d..71cb047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.11.0" +version = "0.11.1" description = "Build self-bootstrapped Python applications" repository = "https://github.com/ofek/pyapp" documentation = "https://ofek.dev/pyapp/" diff --git a/docs/changelog.md b/docs/changelog.md index 23cdddd..a80e6f3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.11.1 - 2023-09-14 + ***Fixed:*** - Fix the Python path for the `pypy2.7` distribution