Skip to content

Commit

Permalink
Merge pull request #117 from tpaviot/review/prepare-pythonocc-0.16.1
Browse files Browse the repository at this point in the history
Review/prepare pythonocc 0.16.1
  • Loading branch information
tpaviot committed Jul 3, 2015
2 parents d6a0e1b + bf0c6a5 commit 002127f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(PYTHONOCC_VERSION_MAJOR 0)
set(PYTHONOCC_VERSION_MINOR 16)
set(PYTHONOCC_VERSION_PATCH 1)
# Empty for official releases, set to -dev, -rc1, etc for development releases
set(PYTHONOCC_VERSION_DEVEL -dev)
set(PYTHONOCC_VERSION_DEVEL)

cmake_minimum_required(VERSION 2.6)

Expand Down
24 changes: 24 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
==========================
Version 0.16.1 - June 2015

This release requires oce-0.16.0 or oce-0.16.1

* WebGL upgrades and improvements, for both Three.js and x3dom, new webgl examples

* used deque in garbage collector rather than python lists

* pyside fix on Windows

* qt viewer improvements

* added classic bottle example

* wrapper fix for C++ const Standard_Integer & parameters

* wrapper fix for default values ;

* minor cmake fixes/improvements

* new wrapper for : MeshVS, OCAF STEP and IGES

==============================
Version 0.16.0 - November 2014

This release requires oce-0.16.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We use the following online resources:
* Mailing list
http://groups.google.com/group/pythonocc/about
* Travic-CI
https://travis-ci.org/tpaviot/pythonocc
https://travis-ci.org/tpaviot/pythonocc-core
* twitter
https://twitter.com/pythonocc

Expand Down
2 changes: 1 addition & 1 deletion cmake/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.16.1-dev"
VERSION = "0.16.1"

0 comments on commit 002127f

Please sign in to comment.