Skip to content

Commit 5f5bf40

Browse files
committed
Bumped version of the gobbler binary, updated CHANGELOG.
1 parent 3f603c3 commit 5f5bf40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.1.6
4+
5+
- Added `create=` option to `allocate_upload_directory()` to only return a name without creating the directory.
6+
37
## Version 0.1.5
48

59
- Added `consume=` option in `upload_directory()` to allow staging files to be moved into the registry.

src/pygobbler/start_gobbler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def start_gobbler(
1414
registry: Optional[str] = None,
1515
port: Optional[int] = None,
1616
wait: float = 1,
17-
version: str = "0.4.0",
17+
version: str = "0.4.1",
1818
overwrite: bool = False) -> Tuple[bool, str, str, str]:
1919
"""
2020
Start a test Gobbler service.

0 commit comments

Comments
 (0)