Skip to content

Jan 2025 SDK Update #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ LICENSE.md
# We need to configure secrets for integration tests.
.github/workflows/ci.yml
.github/workflows/semgrep.yml

# Files that avoid breaking changes due to renames.
src/merge/resources/accounting/types/currency_enum.py
279 changes: 158 additions & 121 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "MergePythonClient"
version = "1.1.3"
version = "1.1.4"
description = ""
readme = "README.md"
authors = []
Expand Down
Loading
Loading