We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb2852 commit 3833d53Copy full SHA for 3833d53
CHANGELOG.md
@@ -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
@@ -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
src/version.py
@@ -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
0 commit comments