Skip to content

Commit 75b0585

Browse files
authored
Bumps version to 1.49.1 (#692)
* Bumps version to 1.49.1 To get out jupyter magic commands. * Fixes typo in link * Bumps version for accidental local typo in `1.49.0` There was a lined commented out locally when I was building that shouldn't have been in the jupyter_magic.py module. No big change, but one that means `1.49.0` wont behave as intended for some edge cases.
1 parent fd36b57 commit 75b0585

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/LLM_Workflows/README.md

Whitespace-only changes.

hamilton/function_modifiers/macros.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def get_default_tags(fn: Callable) -> Dict[str, str]:
241241
"to utilize config for resolving decorators. Note this allows you to use any"
242242
"existing decorators.",
243243
current_version=(1, 19, 0),
244-
migration_guide="https://hamilton.dagworks.io/reference/decorators/",
244+
migration_guide="https://hamilton.dagworks.io/en/latest/reference/decorators/",
245245
)
246246
class dynamic_transform(base.NodeCreator):
247247
def __init__(

hamilton/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = (1, 48, 0)
1+
VERSION = (1, 49, 1)

0 commit comments

Comments
 (0)