Skip to content

Commit

Permalink
Version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Apr 21, 2020
1 parent b000848 commit c71da3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PythonScript/src/PythonScriptVersion.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _PYTHONSCRIPTVERSION_H
#define _PYTHONSCRIPTVERSION_H

#define PYSCR_VERSION_NUMERIC 1,5,3,0
#define PYSCR_VERSION_STRING "1.5.3.0"
#define PYSCR_VERSION_NUMERIC 1,5,4,0
#define PYSCR_VERSION_STRING "1.5.4.0"

#endif
8 changes: 8 additions & 0 deletions www/changelog.shtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!--#include virtual="header.inc" -->
<h3>Change log:</h3>
<b>1.5.4.0</b>
<ul>
<li>Fix issue docs intro.rst: invalid FILESAVING notification vs valid FILEBEFORESAVE #148</li>
<li>fix for getLanguageDesc bug #146</li>
<li>update to python 2.7.18 #149</li>
<li>used plain python 2.7.18, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
</ul>
<br/>
<b>1.5.3.0</b>
<ul>
<li>change number() to int() in scintilla.rst code example</li>
Expand Down

0 comments on commit c71da3e

Please sign in to comment.