Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bff/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "backend-for-frontend"
version = "0.3.0"
version = "0.4.0"
description = "Flask backend-for-frontend"
requires-python = ">=3.12,<3.13"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion bff/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion django/nside_wefa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
with a focus on Legal Consent compliance, data protection, authentication.
"""

__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion django/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "nside-wefa"
version = "0.3.0"
version = "0.4.0"
description = "Django library with Legal Consent compliance utilities and reusable apps"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion django/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified scripts/wefa_version.py
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nside/wefa",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"main": "./dist/lib.umd.cjs",
"module": "./dist/lib.js",
Expand Down
Loading