Skip to content

Commit

Permalink
chore: bump v0.120 (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroOravec authored Dec 15, 2024
1 parent a7bc3f7 commit 6813c9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Release notes

## v0.120

#### Fix

- Fix the use of translation strings `_("bla")` as inputs to components [#849](https://github.com/EmilStenstrom/django-components/pull/849).

## v0.119

⚠️ Attention ⚠️ - This release introduced a bug [#849](https://github.com/EmilStenstrom/django-components/pull/849). Please update to v0.120.

#### Fix

- Fix compatibility with custom subclasses of Django's `Template` that need to access
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django_components"
version = "0.119"
version = "0.120"
requires-python = ">=3.8, <4.0"
description = "A way to create simple reusable template components in Django."
keywords = ["django", "components", "css", "js", "html"]
Expand Down

0 comments on commit 6813c9d

Please sign in to comment.