Skip to content

Commit 944fcc1

Browse files
committed
Bump version: 1.12.4 → 1.13.0
1 parent 1f7d4c5 commit 944fcc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.12.4
2+
current_version = 1.13.0
33
commit = True
44
tag = True
55

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## UNRELEASED
8+
## 1.13.0 (2024-09-24)
99

1010
- Created documentation for the project. The documentation is available in the "docs" directory and on the https://om-proptech.github.io/livecomponents/ website.
1111
- 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).

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "livecomponents"
3-
version = "1.12.4"
3+
version = "1.13.0"
44
description = "Django Live Components"
55
readme = "README.md"
66
homepage = "https://github.com/om-proptech/live-components-sample"

0 commit comments

Comments
 (0)