Skip to content

Commit

Permalink
version 6.3.2
Browse files Browse the repository at this point in the history
Pipeline now knows which session to paste in
Knowledge box
	duplicate variables problem
	updated required edges now propagates to search
	variable placement edits now saves
Layout in search is saved upon closing the search box.

Tutorial is updated with data loader screens
  • Loading branch information
espinoj committed Jun 9, 2017
1 parent cc470b0 commit 7dafde8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.cmu</groupId>
<artifactId>tetrad</artifactId>
<version>6.3.1</version>
<version>6.3.2</version>
<packaging>pom</packaging>

<name>Tetrad Project</name>
Expand Down
2 changes: 1 addition & 1 deletion tetrad-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>edu.cmu</groupId>
<artifactId>tetrad</artifactId>
<version>6.3.1</version>
<version>6.3.2</version>
</parent>

<artifactId>tetrad-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tetrad-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>edu.cmu</groupId>
<artifactId>tetrad</artifactId>
<version>6.3.1</version>
<version>6.3.2</version>
</parent>

<artifactId>tetrad-lib</artifactId>
Expand Down

0 comments on commit 7dafde8

Please sign in to comment.