Skip to content

Commit 8194c36

Browse files
committed
Merge pull request #45 from tpaviot/review/release-0.16.0
review/release 0.16.0
2 parents 8299df2 + cf3104a commit 8194c36

File tree

236 files changed

+1820
-1801
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+1820
-1801
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SET(PYTHONOCC_VERSION_MAJOR 0)
2424
SET(PYTHONOCC_VERSION_MINOR 16)
2525
SET(PYTHONOCC_VERSION_PATCH 0)
2626
# Empty for official releases, set to -dev, -rc1, etc for development releases
27-
SET(PYTHONOCC_VERSION_DEVEL -dev)
27+
SET(PYTHONOCC_VERSION_DEVEL)
2828

2929
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
3030

@@ -287,7 +287,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "pythonOCC")
287287
SET(CPACK_PACKAGE_VENDOR "Thomas Paviot ([email protected])")
288288
SET(CPACK_SET_DESTDIR "ON")
289289
SET(CPACK_PACKAGE_DESCRIPTION "A 3D CAD/CAM python package")
290-
SET(CPACK_PACKAGE_VERSION "0.16.0-dev")
290+
SET(CPACK_PACKAGE_VERSION "0.16.0")
291291
SET(CPACK_PACKAGE_VERSION_MAJOR ${PYTHONOCC_VERSION_MAJOR})
292292
SET(CPACK_PACKAGE_VERSION_MINOR ${PYTHONOCC_VERSION_MINOR})
293293
SET(CPACK_PACKAGE_VERSION_PATCH ${PYTHONOCC_VERSION_PATCH})

NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Version 0.16.0 - October 2014
1+
Version 0.16.0 - November 2014
2+
3+
This release requires oce-0.16.0
24

35
* Support for latest oce release (0.16.0)
46

@@ -11,6 +13,6 @@ Version 0.16.0 - October 2014
1113
* improved project quality (travis-ci, pylint check, pep8 compliancy,
1214
removed old and/or untested code)
1315

14-
* sphinx based documentation
16+
* sphinx based documentation, both for api documentation and getting started
1517

1618
* python3 support

cmake/__init__.py

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

doc/apidoc/OCC.AIS.rst

Lines changed: 7 additions & 0 deletions

doc/apidoc/OCC.Adaptor2d.rst

Lines changed: 7 additions & 0 deletions

doc/apidoc/OCC.Adaptor3d.rst

Lines changed: 7 additions & 0 deletions

doc/apidoc/OCC.AdvApp2Var.rst

Lines changed: 7 additions & 0 deletions

doc/apidoc/OCC.AdvApprox.rst

Lines changed: 7 additions & 0 deletions

doc/apidoc/OCC.AppBlend.rst

Lines changed: 7 additions & 0 deletions

doc/apidoc/OCC.AppCont.rst

Lines changed: 7 additions & 0 deletions

0 commit comments

Comments
 (0)