Skip to content

Commit af3b6df

Browse files
committedApr 21, 2017
minor updates, version bump for release
1 parent d3819ff commit af3b6df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎pyfimm/__Classes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def import_project(filepath, name=None, overwrite=False, warn=False):
587587
588588
overwrite : { True | False | 'reuse' }, optional
589589
If True, will overwrite an already-open Fimmwave project that has the same name in Fimmwave. If False, will append timestamp (ms only) to supplied project name.
590-
If 'reuse', then an existing Project will simply be pointed to by th enew object, but not altered.
590+
If 'reuse', then a Project that is already open in FimmWave will simply be pointed to by the new object, but not altered in any way.
591591
False by default.
592592
593593
warn : { True | False }, optional

‎pyfimm/__version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
versionnum = "1.3.2" # the version number
2-
versiondate = "2015-12-10" # the date of this version
1+
versionnum = "1.3.3" # the version number
2+
versiondate = "2017-04-20" # the date of this version
33

44
version = "v"+versionnum+", "+versiondate
55

0 commit comments

Comments
 (0)