Skip to content
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