Skip to content

Commit

Permalink
Bumps version to 1.49.1 (#692)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
skrawcz authored Feb 13, 2024
1 parent fd36b57 commit 75b0585
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file.
2 changes: 1 addition & 1 deletion hamilton/function_modifiers/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def get_default_tags(fn: Callable) -> Dict[str, str]:
"to utilize config for resolving decorators. Note this allows you to use any"
"existing decorators.",
current_version=(1, 19, 0),
migration_guide="https://hamilton.dagworks.io/reference/decorators/",
migration_guide="https://hamilton.dagworks.io/en/latest/reference/decorators/",
)
class dynamic_transform(base.NodeCreator):
def __init__(
Expand Down
2 changes: 1 addition & 1 deletion hamilton/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (1, 48, 0)
VERSION = (1, 49, 1)

0 comments on commit 75b0585

Please sign in to comment.