Skip to content

Commit 4f4c324

Browse files
committed
Merge pull request #270 from tpaviot/review/prepare-release-0.16.5
Review/prepare release 0.16.5
2 parents c4c3832 + ab7b7d0 commit 4f4c324

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ project(PYTHONOCC)
1919

2020
# set pythonOCC version
2121
set(PYTHONOCC_VERSION_MAJOR 0)
22-
set(PYTHONOCC_VERSION_MINOR 17)
23-
set(PYTHONOCC_VERSION_PATCH)
22+
set(PYTHONOCC_VERSION_MINOR 16)
23+
set(PYTHONOCC_VERSION_PATCH 5)
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: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
=============================
1+
=========================
2+
Version 0.16.5 - May 2016
3+
4+
This release requires oce-0.16.0 or oce-0.16.1
5+
6+
* Exception handling fix
7+
8+
* pyqt 4 and 5 fixes
9+
10+
* OCCViewer fixes (py3k, DisplayVector)
11+
12+
* New examples : minimal distance, boolean operations,
13+
fillet operations, splinecage, topology_traverse
14+
15+
* New modules made available from TKCAF, TKSTEP and TKSTEPBase
16+
17+
===========================
218
Version 0.16.4 - April 2016
319

420
This release requires oce-0.16.0 or oce-0.16.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pythonocc is a python library whose purpose is to provide 3D modeling
1313
features. It is intended to developers who aim at developing
1414
CAD/PDM/PLM applications.
1515

16-
Latest release : [pythonocc-core 0.16.4 (april 2016)](https://github.com/tpaviot/pythonocc-core/releases/tag/0.16.4)
16+
Latest release : [pythonocc-core 0.16.5 (may 2016)](https://github.com/tpaviot/pythonocc-core/releases/tag/0.16.5)
1717

1818
How to quicky download/install binaries ?
1919
-----------------------------------------

cmake/__init__.py

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

0 commit comments

Comments
 (0)