diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3bff08ad..3c4ba23d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + ## [1.30.0] - 2026-07-16 - Fixed a bug where `rsconnect deploy notebook --static` failed with `Unable to diff --git a/pyproject.toml b/pyproject.toml index 5b574942..ad80830c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Posit, PBC", email = "rsconnect@posit.co" }] license = { file = "LICENSE.md" } readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8" -version = "1.30.0" +version = "1.30.1.dev1" dependencies = [ "typing-extensions>=4.8.0", diff --git a/uv.lock b/uv.lock index f31a524b..00b635db 100644 --- a/uv.lock +++ b/uv.lock @@ -4757,7 +4757,7 @@ wheels = [ [[package]] name = "rsconnect-python" -version = "1.30.0" +version = "1.30.1.dev1" source = { editable = "." } dependencies = [ { name = "click" },