Skip to content

Commit

Permalink
version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FriendsOfGalaxy committed Apr 15, 2020
1 parent dcb2852 commit 3833d53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.6.1
- Security update: bump psutil to 5.6.6

## 0.6
- Added lacking tasks.py and README.md
- Added dumping CHANGELOG.md mechanism

2 changes: 1 addition & 1 deletion requirements/app.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
galaxy.plugin.api==0.55
python-dateutil==2.8.0
requests==2.21.0
psutil==5.6.1
psutil==5.6.6
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.6"
__version__ = "0.6.1"

__changelog__ = {
"0.6.1": '''
- Security update: bump psutil to 5.6.6
''',
"0.6": '''
- Added lacking tasks.py and README.md
- Added dumping CHANGELOG.md mechanism
Expand Down

0 comments on commit 3833d53

Please sign in to comment.