Skip to content

Commit 12ad4cb

Browse files
committed
Bump version: 1.42.1 → 1.42.2
1 parent 7f142b4 commit 12ad4cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inyoka/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
from .celery_app import app as celery_app # noqa
2121

2222
# Inyoka version is updated through bumpversion and can stay hardcoded here.
23-
INYOKA_VERSION = "1.42.1"
23+
INYOKA_VERSION = "1.42.2"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inyoka",
33
"title": "Inyoka theme",
4-
"version": "1.42.1",
4+
"version": "1.42.2",
55
"description": "Inyoka Theme",
66
"main": "index.js",
77
"scripts": {

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ignore = [
116116

117117

118118
[tool.bumpversion]
119-
current_version = "1.42.1"
119+
current_version = "1.42.2"
120120
parse = "(?P<major>\\d+)\\.(?P<django>\\d+)\\.(?P<patch>\\d+)"
121121
serialize = ["{major}.{django}.{patch}"]
122122
search = "{current_version}"

0 commit comments

Comments
 (0)