Skip to content

Commit

Permalink
Merge pull request #265 from Erotemic/dev/4.1.4
Browse files Browse the repository at this point in the history
Development Branch for 4.1.4
  • Loading branch information
Erotemic authored Jun 25, 2024
2 parents 13bf68f + cc2abf1 commit 0255c0f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Changes
=======

4.1.4
~~~~~

4.1.3
~~~~~
* FIX: duration summary now respects the stripzeros argument.
* FIX: minor test fixes.
* ENH: building osx wheels for x86 and arm64.
* ENH: documentation improvements.
* ENH: signed wheels are now hosted on github and published as release artifacts.

4.1.2
~~~~~
Expand Down
2 changes: 1 addition & 1 deletion kernprof.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def main():

# NOTE: This version needs to be manually maintained in
# line_profiler/line_profiler.py and line_profiler/__init__.py as well
__version__ = '4.1.3'
__version__ = '4.1.4'

# Guard the import of cProfile such that 3.x people
# without lsprof can still use this script.
Expand Down
2 changes: 1 addition & 1 deletion line_profiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def main():
# from .line_profiler import __version__

# NOTE: This needs to be in sync with ../kernprof.py and line_profiler.py
__version__ = '4.1.3'
__version__ = '4.1.4'

from .line_profiler import (LineProfiler,
load_ipython_extension, load_stats, main,
Expand Down
2 changes: 1 addition & 1 deletion line_profiler/line_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
)

# NOTE: This needs to be in sync with ../kernprof.py and __init__.py
__version__ = '4.1.3'
__version__ = '4.1.4'


def load_ipython_extension(ip):
Expand Down

0 comments on commit 0255c0f

Please sign in to comment.