Skip to content

Commit

Permalink
🔖 Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed May 10, 2024
1 parent 0da96c1 commit 02c55ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cookie_consent/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0b0"
__version__ = "0.6.0"
4 changes: 2 additions & 2 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-cookie-consent",
"version": "0.6.0-beta0",
"version": "0.6.0",
"description": "Frontend code for django-cookie-consent",
"main": "lib/index.js",
"type": "module",
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-cookie-consent"
version = "0.5.0b0"
version = "0.6.0"
description = "Django cookie consent application"
authors = [
{name = "Informatika Mihelac", email = "[email protected]"}
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "0.5.0b0"
current = "0.6.0"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 02c55ef

Please sign in to comment.