Skip to content

Commit b867b6c

Browse files
committed
Version 1.4
1 parent fa291ad commit b867b6c

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,3,0,0
5-
#define PYSCR_VERSION_STRING "1.3.0.0"
4+
#define PYSCR_VERSION_NUMERIC 1,4,0,0
5+
#define PYSCR_VERSION_STRING "1.4.0.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.3.0.{build}
1+
version: 1.4.0.{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.4.0.0</b>
4+
<ul>
5+
<li>documentation problem #110</li>
6+
<li>docs/source/pythonprimer.rst links to python 3 tutorial, PythonScript uses python 2.7 #115</li>
7+
<li>added sqlite3.dll #123</li>
8+
<li>used plain python 2.7.16, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
9+
</ul>
10+
<br/>
311
<b>1.3.0.0</b>
412
<ul>
513
<li>Context-Help does not include LANGTYPE enum #107</li>

0 commit comments

Comments
 (0)