Skip to content

Commit 3833d53

Browse files
version 0.6.1
1 parent dcb2852 commit 3833d53

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.6.1
4+
- Security update: bump psutil to 5.6.6
5+
6+
## 0.6
7+
- Added lacking tasks.py and README.md
8+
- Added dumping CHANGELOG.md mechanism
9+

requirements/app.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
galaxy.plugin.api==0.55
22
python-dateutil==2.8.0
33
requests==2.21.0
4-
psutil==5.6.1
4+
psutil==5.6.6

src/version.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
__version__ = "0.6"
1+
__version__ = "0.6.1"
22

33
__changelog__ = {
4+
"0.6.1": '''
5+
- Security update: bump psutil to 5.6.6
6+
''',
47
"0.6": '''
58
- Added lacking tasks.py and README.md
69
- Added dumping CHANGELOG.md mechanism

0 commit comments

Comments
 (0)