Skip to content

Commit

Permalink
release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jan 1, 2024
1 parent 7d10d9c commit 695c031
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pyapp"
version = "0.12.0"
version = "0.13.0"
description = "Runtime installer for Python applications"
repository = "https://github.com/ofek/pyapp"
documentation = "https://ofek.dev/pyapp/"
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## 0.13.0 - 2023-12-31

***Added:***

- Allow for forwarding of unknown management commands e.g. if apps have their own `self` commands
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
@@ -1,5 +1,5 @@
site_name: PyApp
site_description: Build self-bootstrapped Python applications
site_description: Runtime installer for Python applications
site_author: Ofek Lev
site_url: https://ofek.dev/pyapp/
repo_name: ofek/pyapp
Expand Down

0 comments on commit 695c031

Please sign in to comment.