Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
acbart committed Nov 14, 2024
1 parent d318d7a commit 0f633e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 2.7.0 (10/30/2024)
--------------------------
* Added `PIL` (Pillow) and fixed `drafter` type definitions for TIFA
* Fixed a bug with submodules not being imported correctly in TIFA
* Prevent more than 8 stack frames from being shown (critical for recursion going out of control)
*

Version 2.6.4 (9/20/2024)
-------------------------
* Standard environment now also reports compliments (positive feedback)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name='pedal',
version='2.6.4',
version='2.7.0',
python_requires='>=3.7',
author='acbart,lukesg08',
author_email='acbart@udel.edu',
Expand Down

0 comments on commit 0f633e3

Please sign in to comment.