From 944fcc1ea719807696fcda107ed8e52ed2f9303f Mon Sep 17 00:00:00 2001 From: Roman Imankulov Date: Tue, 24 Sep 2024 18:07:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.12.4=20=E2=86=92=201.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"