Skip to content

Commit

Permalink
incr. version
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerc committed Oct 31, 2024
1 parent 0d660b6 commit 701ded3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
architecture: [x86_64, arm64]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

1.6.2 (2024-10-31)
1.6.3 (2024-10-31)

- Fix error not cleared from an internal PyObject_GetAttrString call

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

HOMEPAGE = "https://github.com/sumerc/yappi"
NAME = "yappi"
VERSION = "1.6.2"
VERSION = "1.6.3"
_DEBUG = False # compile/link code for debugging
_PROFILE = False # profile yappi itself

Expand Down

0 comments on commit 701ded3

Please sign in to comment.