Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cscorley committed Jul 13, 2024
1 parent 2290036 commit da8d9bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# next

Nothing yet :)

# 1.0.6

- PR #60 Improve huge_patch test (Thanks, @arkamar)
- Support up to 3.12
- Drop support up to 3.7

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "whatthepatch"
version = "1.0.5"
version = "1.0.6"
maintainers = [{ name = "Christopher S. Corley", email = "[email protected]" }]
requires-python = ">=3.7"
requires-python = ">=3.8"
readme = "README.rst"
description = "A patch parsing and application library."
keywords = ["patch", "diff", "parser"]
Expand Down
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
with python3Packages;
buildPythonPackage rec {
pname = "whatthepatch";
version = "1.0.5";
version = "1.0.6";
format = "pyproject";
src = ./.;

Expand Down

0 comments on commit da8d9bc

Please sign in to comment.