Skip to content

Commit 96dbfea

Browse files
committed
version: 1.4.35
1 parent ddc3900 commit 96dbfea

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Fixed
1919

20+
*
21+
22+
## [1.4.35] - 2025-01-07
23+
24+
### Fixed
25+
2026
* Extended local path detection in `convert_reference_path_list()` to support parent directory patterns (`../`, `.../`) and Windows-style paths (`.\`, `..\`, `...\`)
2127

2228
## [1.4.34] - 2025-01-06

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setuptools.setup(
3535
name="colony",
36-
version="1.4.34",
36+
version="1.4.35",
3737
author="Hive Solutions Lda.",
3838
author_email="development@hive.pt",
3939
description="Colony Framework",

src/colony/res/colony.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "colony",
3-
"version": "1.4.34",
3+
"version": "1.4.35",
44
"release": "100",
55
"build": "final"
66
}

src/colony/res/colony.log.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.4.35": ["Extended local path detection in `convert_reference_path_list()`"],
23
"1.4.34": ["Export of `conf_override` in `colony.base` module"],
34
"1.4.33": ["New `conf_override()` context manager and WSGI documentation"],
45
"1.4.32": ["Support for `BASE_PORT` and `NUMBER_THREADS` configuration options in WSGI"],

0 commit comments

Comments
 (0)