Skip to content

Commit 029635a

Browse files
committed
Release 20250805.1
1 parent 1b9cd3a commit 029635a

10 files changed

Lines changed: 49 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@
77
-->
88

99
<!-- towncrier release notes start -->
10+
## 20250805.1 (2025-08-05)
11+
12+
### Backend
13+
14+
15+
#### Bug fixes:
16+
17+
- Atualiza @collective/techevent para versão 1.0.0a12. @ericof
18+
19+
20+
21+
### Frontend
22+
23+
#### Bugfix
24+
25+
- Atualiza @plone-collective/volto-techevent para versão 1.0.0-alpha.12. @ericof
26+
27+
28+
29+
### Project
30+
31+
No significant changes.
32+
33+
34+
35+
1036
## 20250801.1 (2025-08-01)
1137

1238
### Backend

backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
<!-- towncrier release notes start -->
1111

12+
## 20250805.1 (2025-08-05)
13+
14+
15+
### Bug fixes:
16+
17+
- Atualiza @collective/techevent para versão 1.0.0a12. @ericof
18+
1219
## 20250801.1 (2025-08-01)
1320

1421

backend/news/+techvevent.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

backend/src/pythoncerrado/site/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "20250801.1"
8+
__version__ = "20250805.1"
99

1010
PACKAGE_NAME = "pythoncerrado.site"
1111

frontend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 20250805.1.0 (2025-08-05)
12+
13+
### Bugfix
14+
15+
- Atualiza @plone-collective/volto-techevent para versão 1.0.0-alpha.12. @ericof
16+
1117
## 20250801.1.0 (2025-08-01)
1218

1319
### Internal

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-pythoncerrado-dev",
3-
"version": "20250801.1.0",
3+
"version": "20250805.1.0",
44
"description": "Site da Python Cerrado 2025",
55
"author": "PloneGov-BR",
66
"homepage": "https://github.com/plonegovbr/2025.pythoncerrado.org",

frontend/packages/volto-pythoncerrado/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 20250805.1.0 (2025-08-05)
12+
13+
### Bugfix
14+
15+
- Atualiza @plone-collective/volto-techevent para versão 1.0.0-alpha.12. @ericof
16+
1117
## 20250801.1.0 (2025-08-01)
1218

1319
### Internal

frontend/packages/volto-pythoncerrado/news/+techvevent.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/packages/volto-pythoncerrado/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plonegovbr/volto-pythoncerrado",
3-
"version": "20250801.1.0",
3+
"version": "20250805.1.0",
44
"description": "Site da Python Cerrado 2025",
55
"main": "src/index.ts",
66
"license": "MIT",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250801.1
1+
20250805.1

0 commit comments

Comments
 (0)