Skip to content

Commit 002127f

Browse files
committed
Merge pull request #117 from tpaviot/review/prepare-pythonocc-0.16.1
Review/prepare pythonocc 0.16.1
2 parents d6a0e1b + bf0c6a5 commit 002127f

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(PYTHONOCC_VERSION_MAJOR 0)
2222
set(PYTHONOCC_VERSION_MINOR 16)
2323
set(PYTHONOCC_VERSION_PATCH 1)
2424
# Empty for official releases, set to -dev, -rc1, etc for development releases
25-
set(PYTHONOCC_VERSION_DEVEL -dev)
25+
set(PYTHONOCC_VERSION_DEVEL)
2626

2727
cmake_minimum_required(VERSION 2.6)
2828

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
==========================
2+
Version 0.16.1 - June 2015
3+
4+
This release requires oce-0.16.0 or oce-0.16.1
5+
6+
* WebGL upgrades and improvements, for both Three.js and x3dom, new webgl examples
7+
8+
* used deque in garbage collector rather than python lists
9+
10+
* pyside fix on Windows
11+
12+
* qt viewer improvements
13+
14+
* added classic bottle example
15+
16+
* wrapper fix for C++ const Standard_Integer & parameters
17+
18+
* wrapper fix for default values ;
19+
20+
* minor cmake fixes/improvements
21+
22+
* new wrapper for : MeshVS, OCAF STEP and IGES
23+
24+
==============================
125
Version 0.16.0 - November 2014
226

327
This release requires oce-0.16.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We use the following online resources:
2525
* Mailing list
2626
http://groups.google.com/group/pythonocc/about
2727
* Travic-CI
28-
https://travis-ci.org/tpaviot/pythonocc
28+
https://travis-ci.org/tpaviot/pythonocc-core
2929
* twitter
3030
https://twitter.com/pythonocc
3131

cmake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.16.1-dev"
1+
VERSION = "0.16.1"

0 commit comments

Comments
 (0)