Skip to content

Commit

Permalink
release: 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 committed Mar 31, 2024
1 parent 48a8d03 commit 6a3c007
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@ Welcome! Python Call Graph is a [Python](http://www.python.org) module that crea

This repo used to be `pycallgraph` which is still hosted at pypi [link](https://pypi.org/project/pycallgraph/).

The uploader makes no representations of their contribution, and merely wanted this to work in python 3.5; with a goal to porting it to 3.11 and 3.12

[![CI Status](https://github.com/Lewiscowles1986/py-call-graph/actions/workflows/ci.yml/badge.svg)](https://github.com/Lewiscowles1986/py-call-graph/actions/workflows/ci.yml)

## Screenshots

Click on the images below to see a larger version and the source code that generated them.

[![Basic Output thumbnail](http://pycallgraph.slowchop.com/en/develop/_images/basic_thumb.png)](http://pycallgraph.slowchop.com/en/develop/examples/basic.html)
[![Basic Output thumbnail](http://pycallgraph.readthedocs.io/en/develop/_images/basic_thumb.png)](http://pycallgraph.readthedocs.io/en/develop/examples/basic.html)

[![Regex grouped Output thumbnail](https://pycallgraph.readthedocs.io/en/develop/_images/regexp_grouped_thumb.png)](https://pycallgraph.readthedocs.io/en/develop/examples/regexp_grouped.html)

[![Regex ungrouped Output thumbnail](https://pycallgraph.readthedocs.io/en/develop/_images/regexp_ungrouped_thumb.png)](https://pycallgraph.readthedocs.io/en/develop/examples/regexp_ungrouped.html)

## Project Status

The latest version is **2.0.0** which was released on 2024-03-31, and is a backwards incompatible from the previous release, dropped 2.7 support and is targetting the quite old Python 3.5.
The latest version is **2.0.1** which was released on 2024-03-31, and is a backwards incompatible from the previous release, dropped 2.7 support and is targetting the quite old Python 3.5.

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/).

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.0'
__version__ = '2.0.1'
__copyright__ = 'Copyright Gerald Kaszuba 2007-2013'
__license__ = 'GPLv2'
__author__ = 'Gerald Kaszuba'
Expand Down

0 comments on commit 6a3c007

Please sign in to comment.