Skip to content

Commit bb7259a

Browse files
committed
bump version, update CHANGES.md
1 parent 56c4f3e commit bb7259a

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGES.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ Unreleased
66

77
- x
88

9+
## Version 6.0.3
10+
11+
---
12+
13+
Released 2025-11-16
14+
15+
- fix to 'SessionCheckpoint' value checker
16+
17+
## Version 6.0.2
18+
19+
---
20+
21+
Released 2025-10-21
22+
23+
- further fixes to prevent the import of hidden and dunder files and folders
24+
25+
## Version 6.0.1
26+
27+
---
28+
29+
Released 2025-10-21
30+
31+
- fix to prevent hidden files and folders being imported, this is files that start with
32+
`.` for example `.cli.py` and folders that start with `.` for example `.DS_Store`
33+
934
## Version 6.0.0
1035

1136
---
@@ -20,7 +45,8 @@ Released 2025-10-16
2045

2146
Released 2025-10-16
2247

23-
- Replaced `import_app_resources` with `import_resources` and made it more scoped towards
48+
- Replaced `import_app_resources` with
49+
`import_resources` and made it more scoped towards
2450
importing and setting up factories. Static and template folder settings moved back to
2551
being set in the Flask object creation.
2652
- factories are now mandatory when using `import_resources`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flask-imp"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
description = 'A Flask auto importer that allows your Flask apps to grow big.'
55
authors = [{ name = "David Carmichael", email = "david@uilix.com" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)