Skip to content

Commit 0eee8a3

Browse files
committed
Version 1.5.1
1 parent eeec4bc commit 0eee8a3

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _PYTHONSCRIPTVERSION_H
22
#define _PYTHONSCRIPTVERSION_H
33

4-
#define PYSCR_VERSION_NUMERIC 1,5,0,0
5-
#define PYSCR_VERSION_STRING "1.5.0.0"
4+
#define PYSCR_VERSION_NUMERIC 1,5,1,0
5+
#define PYSCR_VERSION_STRING "1.5.1.0"
66

77
#endif

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.5.0.{build}
1+
version: 1.5.1.{build}
22
image: Visual Studio 2017
33

44

www/changelog.shtml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3-
<b>1.4.0.0</b>
3+
<b>1.5.!.0</b>
4+
<ul>
5+
<li>adapt zip structure to the changed plugin dir since N++ 7.6, but N++ 7.8 is needed to be able to load the python2.7 dll from plugin dir #131</li>
6+
<li>adapt msi + try to fix #118</li>
7+
<li>used plain python 2.7.16, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
8+
</ul>
9+
<br/>
10+
<b>1.5.0.0</b>
411
<ul>
512
<li>Npp 7.8 interface #129</li>
613
<li>added sample GotoLineCol.py #125</li>

0 commit comments

Comments
 (0)