Skip to content

Commit c71da3e

Browse files
committed
Version 1.5.4
1 parent b000848 commit c71da3e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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,3,0
5-
#define PYSCR_VERSION_STRING "1.5.3.0"
4+
#define PYSCR_VERSION_NUMERIC 1,5,4,0
5+
#define PYSCR_VERSION_STRING "1.5.4.0"
66

77
#endif

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.4.0</b>
4+
<ul>
5+
<li>Fix issue docs intro.rst: invalid FILESAVING notification vs valid FILEBEFORESAVE #148</li>
6+
<li>fix for getLanguageDesc bug #146</li>
7+
<li>update to python 2.7.18 #149</li>
8+
<li>used plain python 2.7.18, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
9+
</ul>
10+
<br/>
311
<b>1.5.3.0</b>
412
<ul>
513
<li>change number() to int() in scintilla.rst code example</li>

0 commit comments

Comments
 (0)