From 3d3f5841d886848f186735c41bc3da8003d90bb1 Mon Sep 17 00:00:00 2001 From: Sam Perman Date: Thu, 10 Sep 2026 08:48:57 -0400 Subject: [PATCH] Begin 1.31.2.dev1 development --- docs/CHANGELOG.md | 2 ++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 95b581d2..a071c60f 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.31.1] - 2026-09-10 - Deploys to Posit Connect Cloud now request the Python version the content needs, diff --git a/pyproject.toml b/pyproject.toml index 5bd86db2..84bd53cb 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.31.1" +version = "1.31.2.dev1" dependencies = [ "typing-extensions>=4.8.0", diff --git a/uv.lock b/uv.lock index d08bad8d..5c1a3a31 100644 --- a/uv.lock +++ b/uv.lock @@ -4757,7 +4757,7 @@ wheels = [ [[package]] name = "rsconnect-python" -version = "1.31.1" +version = "1.31.2.dev1" source = { editable = "." } dependencies = [ { name = "click" },