Skip to content

Commit

Permalink
Merge pull request #193 from cfcurtis/bug_fixes
Browse files Browse the repository at this point in the history
Calling it v0.9, and switching macOS runner
  • Loading branch information
cfcurtis authored Jul 26, 2023
2 parents f1acdff + 8db10e3 commit 8d59042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, self-hosted]
os: [macos-11, self-hosted]
env:
MACOSX_DEPLOYMENT_TARGET: "10.9" # it can't be this easy, but let's try
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pdfstitcher"
version = "0.8.6"
version = "0.9"
description = "The open source PDF stitching software for sewists, by sewists."
readme = "README.md"
requires-python = ">=3.8, <3.11"
Expand Down

0 comments on commit 8d59042

Please sign in to comment.