diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 744c4f2..291de58 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.13.2 +current_version = 1.13.3 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index fd633f2..f2f894d 100644 --- a/CHANGELOG.md +++ b/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.13.3 (2024-10-09) - Addressed more client input validation issues. diff --git a/pyproject.toml b/pyproject.toml index 1c085af..924feb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "livecomponents" -version = "1.13.2" +version = "1.13.3" description = "Django Live Components" readme = "README.md" homepage = "https://github.com/om-proptech/live-components-sample"