Skip to content

Commit 28269bb

Browse files
committed
Version 1.5.3
1 parent 87f8cc8 commit 28269bb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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,2,0
5-
#define PYSCR_VERSION_STRING "1.5.2.0"
4+
#define PYSCR_VERSION_NUMERIC 1,5,3,0
5+
#define PYSCR_VERSION_STRING "1.5.3.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.2.{build}
1+
version: 1.5.3.{build}
22
image: Visual Studio 2017
33

44

www/changelog.shtml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3+
<b>1.5.3.0</b>
4+
<ul>
5+
<li>change number() to int() in scintilla.rst code example</li>
6+
<li>add new, npp 7.8 related, test #134</li>
7+
<li>change number() to int() in scintilla.rst code example #142</li>
8+
<li>used plain python 2.7.17, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
9+
</ul>
10+
<br/>
311
<b>1.5.2.0</b>
412
<ul>
513
<li>fixed SCINTILLANOTIFICATION.CHARADDED: arg key ch is always 0 #127</li>

0 commit comments

Comments
 (0)