Skip to content

Commit

Permalink
2.58.0 -> 2.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heyglen committed Jun 22, 2024
1 parent 2b09db7 commit e8af105
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"2.55.0": "messages/2.55.0.md",
"2.56.0": "messages/2.56.0.md",
"2.57.0": "messages/2.57.0.md",
"2.58.0": "messages/2.58.0.md"
"2.58.0": "messages/2.58.0.md",
"2.58.1": "messages/2.58.1.md"
}
2 changes: 2 additions & 0 deletions messages/2.58.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# [2.58.1] - 2024.06.22

2 changes: 1 addition & 1 deletion tools/release.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Automated Plugin Releases
pip install PyGithub
pip install GitPython
"""
import datetime
import json
Expand Down

0 comments on commit e8af105

Please sign in to comment.