Skip to content

Commit 00069ee

Browse files
committed
Updated appveyor to 6.7.2, updated NEWS and README
1 parent 08331a3 commit 00069ee

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

NEWS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
Version 6.7.2 - March 2017
2+
=============================
3+
This version is binary compatible with smesh-6.6
4+
5+
* fixed compiler warnings
6+
7+
Users who contributed to this release:
8+
Thomas Paviot
9+
110
Version 6.7.1 - February 2017
211
=============================
312
This version is binary compatible with smesh-6.6
413

5-
* bugifxes
14+
* bugfixes
615

716
Users who contributed to this release:
817
Thomas Paviot

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ We use the following online resources:
1717
http://groups.google.com/group/smesh-dev/about
1818
* Travic-CI
1919
https://travis-ci.org/tpaviot/smesh
20+
* Appveyor
21+
https://ci.appveyor.com/project/tpaviot/smesh
2022

2123
Just ask @tpaviot (tpaviot@gmail.com) for a request regarding write access to the repository.
2224

@@ -32,6 +34,11 @@ How to stay up to date with latest developements?
3234
cd smesh
3335
git pull
3436

37+
Install with conda
38+
------------------
39+
40+
$ conda install -c pythonocc smesh=6.7.2
41+
3542
Build - Install
3643
---------------
3744

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: smesh-6.7.1.{build}
1+
version: smesh-6.7.2.{build}
22

33
environment:
44
global:

0 commit comments

Comments
 (0)