crieur 1.0.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of crieur might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crieur
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A Static Revue Generator.
5
5
  Project-URL: Homepage, https://gitlab.huma-num.fr/ecrinum/crieur
6
6
  Project-URL: Issues, https://gitlab.huma-num.fr/ecrinum/crieur/-/issues
@@ -1,4 +1,4 @@
1
1
  from pathlib import Path
2
2
 
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  ROOT_DIR = Path(__file__).parent
@@ -9,7 +9,7 @@ from slugify import slugify
9
9
 
10
10
  from .utils import neighborhood
11
11
 
12
- locale.setlocale(locale.LC_ALL, "fr_FR.UTF-8")
12
+ locale.setlocale(locale.LC_ALL, "")
13
13
  environment = Env(loader=FileSystemLoader(str(Path(__file__).parent / "templates")))
14
14
 
15
15
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes