Skip to content

Commit

Permalink
Merge pull request #4 from har777/fix-readme-config-code-typo-2
Browse files Browse the repository at this point in the history
Fix README typo AGAIN + bump version as patch
  • Loading branch information
har777 authored Jul 17, 2022
2 parents b7808d1 + 26ee2cf commit a6de4f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ PELLET = {
# Every query happening more times than this
# is classified as a high impact performance issue
"medium": 10
},
}
},

# Path to a callback function which will be called
# with the request, response and
# pellet metrics object
"callback": None
}
# Path to a callback function which will be called
# with the request, response and
# pellet metrics object
"callback": None
}
```

Expand Down
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 = "pellet"
version = "0.1.1"
version = "0.1.2"
description = "Pellet helps improve your Django app performance by discovering N+1 queries"
authors = ["Harikrishnan Shaji <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a6de4f9

Please sign in to comment.