update python3

This commit is contained in:
dmacias72 2016-10-02 19:08:12 -06:00
parent c44654b8c9
commit b0ce1ad44a
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "qnotify">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.06.23">
<!ENTITY version "2016.10.02">
<!ENTITY launch "Settings/QNotify">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,8 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2016.10.02
- add: Python 3.5.2 for unRAID 6.2
###2016.06.23
- fix: compile separate Python 3.5.1 for unRAID 6.1
###2016.05.28

View File

@ -11,8 +11,10 @@ The Quassel Notify plugin allows you to receive Pushbullet notifications based o
</Description>
<Support>http://lime-technology.com/forum/</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png</Icon>
<Date>2016-06-23</Date>
<Date>2016-10-02</Date>
<Changes>
###2016.10.02
- add: Python 3.5.2 for unRAID 6.2
###2016.06.23
- fix: compile separate Python 3.5.1 for unRAID 6.1
###2016.05.28