Skip to content

Commit

Permalink
Bump version number for PyCharm patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Dec 4, 2021
1 parent 7634cb4 commit 82a3487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/PySrc/space_tracer/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Don't put any code in here, because it must be safe to execute in setup.py. """

__title__ = 'space_tracer' # => name in setup.py
__version__ = '4.5.0'
__version__ = '4.5.1'
__author__ = "Don Kirkby"
__author_email__ = "[email protected]"
__description__ = "Trade time for space when debugging your code."
Expand Down
5 changes: 2 additions & 3 deletions pycharm/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>io.github.donkirkby.livepycharm</id>
<name>Live Coding in Python</name>
<version>4.5.0</version>
<version>4.5.1</version>
<vendor url="https://donkirkby.github.io/live-py-plugin">Don Kirkby</vendor>

<description><![CDATA[
Expand All @@ -10,8 +10,7 @@
]]></description>

<change-notes><![CDATA[
Add features to display other images beyond turtle graphics and
Matplotlib, as well as visual unit tests.
Patch a deprecated method in PyCharm that was causing errors.
]]>
</change-notes>

Expand Down

0 comments on commit 82a3487

Please sign in to comment.