Skip to content

Commit a1025b1

Browse files
committed
Version 1.1
1 parent d04be48 commit a1025b1

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-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,0,9,0
5-
#define PYSCR_VERSION_STRING "1.0.9.0"
4+
#define PYSCR_VERSION_NUMERIC 1,1,0,0
5+
#define PYSCR_VERSION_STRING "1.1.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.0.9.{build}
1+
version: 1.1.0.{build}
22
image: Visual Studio 2017
33

44

www/changelog.shtml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3+
<b>1.1.0.0</b>
4+
<ul>
5+
<li>further adaptations for x64 build</li>
6+
<li>add editor.flash() #52</li>
7+
<li>console GIL fixes #51</li>
8+
<li>Npp754 #50</li>
9+
<li>unicode script filenames, see #20 #60</li>
10+
<li>provides feature request 56 functionality #62</li>
11+
<li>provides feature request 57 functionality #65</li>
12+
<li>Documentation: replace "Notepad" and "Editor" with "notepad" and "editor" #59</li>
13+
<li>used plain python 2.7.15, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
14+
</ul>
15+
<br/>
316
<b>1.0.9.0</b>
417
<ul>
518
<li>Beta</li>

0 commit comments

Comments
 (0)