Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed May 27, 2018
1 parent d04be48 commit a1025b1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 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,0,9,0
#define PYSCR_VERSION_STRING "1.0.9.0"
#define PYSCR_VERSION_NUMERIC 1,1,0,0
#define PYSCR_VERSION_STRING "1.1.0.0"

#endif
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.9.{build}
version: 1.1.0.{build}
image: Visual Studio 2017


Expand Down
13 changes: 13 additions & 0 deletions www/changelog.shtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<!--#include virtual="header.inc" -->
<h3>Change log:</h3>
<b>1.1.0.0</b>
<ul>
<li>further adaptations for x64 build</li>
<li>add editor.flash() #52</li>
<li>console GIL fixes #51</li>
<li>Npp754 #50</li>
<li>unicode script filenames, see #20 #60</li>
<li>provides feature request 56 functionality #62</li>
<li>provides feature request 57 functionality #65</li>
<li>Documentation: replace "Notepad" and "Editor" with "notepad" and "editor" #59</li>
<li>used plain python 2.7.15, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
</ul>
<br/>
<b>1.0.9.0</b>
<ul>
<li>Beta</li>
Expand Down

0 comments on commit a1025b1

Please sign in to comment.