Skip to content

Commit

Permalink
release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Sep 14, 2023
1 parent 7ec9e08 commit 113db4a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

PyApp is a wrapper for Python applications that bootstrap themselves at runtime.

<img src="https://raw.githubusercontent.com/ofek/pyapp/master/docs/assets/images/example.gif" alt="PyApp example workflow" width="500" role="img">

## Features

- Easily build standalone binaries for every platform
Expand Down
Binary file added docs/assets/images/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

PyApp is a wrapper for Python applications that bootstrap themselves at runtime.

![PyApp example workflow](assets/images/example.gif){ loading=lazy role="img" }

## Features

- Easily build standalone binaries for every platform
Expand Down

0 comments on commit 113db4a

Please sign in to comment.