Skip to content

Commit

Permalink
Bump version: 1.7.0 → 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imankulov committed Dec 18, 2023
1 parent 7754257 commit 42475ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0
current_version = 1.8.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0 (2023-12-18)

- Added helper method StateAddress.with_component_id() to create a StateAddress with the same session ID, but a different component ID.
- Added reference to the state manager to InitStateContext and UpdateStateContext.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "livecomponents"
version = "1.7.0"
version = "1.8.0"
description = "Django Live Components"
readme = "README.md"
homepage = "https://github.com/om-proptech/live-components-sample"
Expand Down

0 comments on commit 42475ea

Please sign in to comment.