Skip to content

Commit 4f2e4c2

Browse files
authored
bump version (#1757)
1 parent f19a532 commit 4f2e4c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

custom_model_runner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
#### [1.17.7] - 2025-11-18
8+
##### Changed
9+
- Fixed relative path issue for gunicorn web server.
10+
711
#### [1.17.6] - 2025-10-31
812
##### Changed
913
- Add support for passing header args in chat moderations hooks.

custom_model_runner/datarobot_drum/drum/description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
This is proprietary source code of DataRobot, Inc. and its affiliates.
55
Released under the terms of DataRobot Tool and Utility Agreement.
66
"""
7-
version = "1.17.6"
7+
version = "1.17.7"
88
__version__ = version
99
project_name = "datarobot-drum"

0 commit comments

Comments
 (0)