Skip to content

Commit

Permalink
final things
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <[email protected]>
  • Loading branch information
ayushkamat committed Nov 8, 2023
1 parent 6b9c3d4 commit 3177418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Types of changes

# Latch SDK Changelog

## 2.36.5 - 2023-11-07
## 2.36.5 - 2023-11-08

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion latch_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def test_data_ls():
print(f"\ts3://latch-public/{o}")


@main.command()
@main.command("sync")
@click.argument("srcs", nargs=-1)
@click.argument("dst", nargs=1)
@click.option(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="latch",
version="v2.36.4",
version="v2.36.5",
author_email="[email protected]",
description="The Latch SDK",
packages=find_packages(),
Expand Down

0 comments on commit 3177418

Please sign in to comment.