Skip to content

Commit 44aac65

Browse files
committed
Merge branch 'release/v1.28.2'
2 parents a8e531b + 03c2297 commit 44aac65

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

RELEASE-NOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.28.2
2+
3+
##### Other
4+
- Update mailing list for estimate project form
5+
6+
17
### v1.28.1
28

39
##### Bugfixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "project-liberation",
3-
"version": "v1.28.1",
3+
"version": "v1.28.2",
44
"description": "Packages needed for proper application work.",
55
"main": "index.js",
66
"scripts": {

project_liberation_deployment/roles/configure_project_liberation_environment/templates/local_settings.py.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DEFAULT_EMAIL_RECIPIENTS = (
2626
2727
2828
29-
"karolina.durska@codepoets.it",
29+
"krzysztof.walinski@codepoets.it",
3030
)
3131
USE_DEFAULT_RECIPIENTS = True
3232

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "project-liberation"
3-
version = "v1.28.1"
3+
version = "v1.28.2"
44
description = "Necessary packages for Project Liberation"
55
authors = ["Karol Beker <[email protected]>"]
66

0 commit comments

Comments
 (0)