Skip to content

Commit

Permalink
version 0.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FriendsOfGalaxy committed Sep 21, 2020
1 parent 3dba3dc commit ae8272c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/app.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
galaxy.plugin.api==0.65
galaxy.plugin.api==0.67
python-dateutil==2.8.0
requests==2.21.0
psutil==5.6.3
psutil==5.6.6
PyYAML==5.1
file-read-backwards==2.0.0
5 changes: 4 additions & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
__version__ = '0.55.1'
__version__ = '0.55.2'

__changelog__ = {
"0.55.2": """
- bump galaxy.plugin.api version for more stable `get_local_size`
""",
"0.55.1": """
- fix potential crashes due to blocking `get_local_size` method
"""
Expand Down

0 comments on commit ae8272c

Please sign in to comment.