Skip to content

Commit

Permalink
Release version 0.7.3 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Jul 19, 2024
1 parent bfb77ae commit b25088e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
additional_dependencies:
- black>=24.4.1
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.2
rev: v0.5.3
hooks:
- id: ruff
args: [ --fix, --unsafe-fixes ]
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "coola"
version = "0.7.3a0"
version = "0.7.3"
description = "A library to check if two complex/nested objects are equal or not"
readme = "README.md"
authors = ["Thibaut Durand <durand.tibo+gh@gmail.com>"]
Expand Down

0 comments on commit b25088e

Please sign in to comment.