diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b273b07..a529e37 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.12.4 +current_version = 1.13.0 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index d89765c..a14cb91 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.0 (2024-09-24) - Created documentation for the project. The documentation is available in the "docs" directory and on the https://om-proptech.github.io/livecomponents/ website. - Improved the createlivecomponent management command: fixed the Python template and added --stateless and --minimal options to create stateless components or minimal components (without sample methods). diff --git a/pyproject.toml b/pyproject.toml index 4773d6f..72a036d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "livecomponents" -version = "1.12.4" +version = "1.13.0" description = "Django Live Components" readme = "README.md" homepage = "https://github.com/om-proptech/live-components-sample"