Skip to content

Commit

Permalink
Merge pull request #156 from sumerc/bump-version-1.5.1
Browse files Browse the repository at this point in the history
Bump version `1.5.1`
  • Loading branch information
sumerc authored Dec 6, 2023
2 parents 4455a61 + b58f139 commit fd65fde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
exclude:
- os: windows-latest
python-version: 2.7 # error: Microsoft Visual C++ 9.0 is required
# - os: macos-latest
# python-version: 3.9 # TODO: getting Illegal instruction somehow

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

1.5.1 (2023-12-06)

- Add support for Python 3.12
- Fix child callgrind functions disappear

1.4.0 (2022-10-27)

- Add support for Python 3.11
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.4.0"
VERSION = "1.5.1"
_DEBUG = False # compile/link code for debugging
_PROFILE = False # profile yappi itself

Expand Down

0 comments on commit fd65fde

Please sign in to comment.