Skip to content

Commit

Permalink
Add CHANGELOG note related to #93 (#95)
Browse files Browse the repository at this point in the history
* Add CHANGELOG note related to #93

* Bump to version 3.3.1
  • Loading branch information
Erotemic authored Sep 7, 2021
1 parent 558c514 commit 1d14155
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

3.3.1
~~~~~
* FIX: Fix bug where lines were not displayed in Jupyter>=6.0 via #93

3.3.0
~~~~~
* New CI for building wheels.
Expand Down
2 changes: 1 addition & 1 deletion kernprof.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# NOTE: This version needs to be manually maintained with the line_profiler
# __version__ for now.
__version__ = '3.3.0'
__version__ = '3.3.1'

PY3 = sys.version_info[0] == 3

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 @@ -32,7 +32,7 @@
'Has it been compiled? Underlying error is ex={!r}'.format(ex)
)

__version__ = '3.3.0'
__version__ = '3.3.1'

# Python 2/3 compatibility utils
# ===========================================================
Expand Down

0 comments on commit 1d14155

Please sign in to comment.