From 1b8fab005cbfc0b5f6b92a80a870a8030a506663 Mon Sep 17 00:00:00 2001 From: Sam Perman Date: Thu, 10 Sep 2026 07:50:34 -0400 Subject: [PATCH] Release 1.31.1 --- docs/CHANGELOG.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 221fbfe3..95b581d2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,7 +5,7 @@ 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, instead of leaving Connect Cloud to fall back to Python 3.9. The version comes from diff --git a/pyproject.toml b/pyproject.toml index 3b997113..5bd86db2 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.dev1" +version = "1.31.1" dependencies = [ "typing-extensions>=4.8.0", diff --git a/uv.lock b/uv.lock index d679ad10..d08bad8d 100644 --- a/uv.lock +++ b/uv.lock @@ -4757,7 +4757,7 @@ wheels = [ [[package]] name = "rsconnect-python" -version = "1.31.1.dev1" +version = "1.31.1" source = { editable = "." } dependencies = [ { name = "click" },