Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Sep 26, 2019
1 parent 16deea5 commit 4216a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modelica/Resources/Documentation/Generate-ReleaseNotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)

def check_closed_time(closedDate):
cmpDate = '2019-03-20T12:00:00Z'
cmpDate = '2019-09-21T12:00:00Z'
fmt = '%Y-%m-%dT%H:%M:%SZ'
return time.strptime(closedDate, fmt) > time.strptime(cmpDate, fmt)

Expand Down Expand Up @@ -144,10 +144,10 @@ def main(dir, milestone, version):
module_dir, module_name = os.path.split(__file__)
if len(sys.argv) == 1:
milestone = 59
version = '3.2.3+build.3'
version = '3.2.3+build.4'
elif len(sys.argv) == 2:
milestone = sys.argv[1]
version = '3.2.3+build.3'
version = '3.2.3+build.4'
elif len(sys.argv) > 2:
milestone = sys.argv[1]
version = sys.argv[2]
Expand Down

0 comments on commit 4216a63

Please sign in to comment.