Skip to content

Commit

Permalink
release: 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 committed Mar 31, 2024
1 parent 542b561 commit 04125af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ Click on the images below to see a larger version and the source code that gener

## Project Status

The latest version is **2.0.5** which was released on 2024-03-31, and is a backwards incompatible from the previous release, dropped 2.7 support.
The latest version has been tested running on Python versions 3.5 - 3.12
The latest version is **2.0.6** which was released on 2024-03-31, and is a backwards incompatible from the previous release, dropped 2.7 support.
The latest version has been tested running on Python versions 3.5 - 3.11

The [project lives on GitHub](https://github.com/lewiscowles1986/py-call-graph/#python-call-graph), where you can [report issues](https://github.com/lewiscowles1986/py-call-graph/issues), contribute to the project by [forking the project](https://help.github.com/articles/fork-a-repo) then creating a [pull request](https://help.github.com/articles/using-pull-requests), or just [browse the source code](https://github.com/lewiscowles1986/py-call-graph/).

The documentation needs some work stiil. Feel free to contribute :smile:

## Features

* Support for Python 3.5 - 3.12.
* Support for Python 3.5 - 3.11.
* Static visualizations of the call graph using various tools such as Graphviz and Gephi.
* Execute pycallgraph from the command line or import it in your code.
* Customisable colors. You can programatically set the colors based on number of calls, time taken, memory usage, etc.
Expand Down
2 changes: 1 addition & 1 deletion pycallgraph/metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A different file to pycallgraph.py because of circular import problem

__version__ = '2.0.5'
__version__ = '2.0.6'
__copyright__ = 'Copyright Gerald Kaszuba 2007-2013'
__license__ = 'GPLv2'
__author__ = 'Gerald Kaszuba'
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def run_tests(self):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Testing',
'Topic :: Software Development :: Debuggers',
Expand Down

0 comments on commit 04125af

Please sign in to comment.