Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit bb833bc

Browse files
authored
Merge pull request #86 from TaykYoku/v1r3p3
[1.3.3] release, notes
2 parents b3d19f1 + a3be1d2 commit bb833bc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

release.notes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[v1r3p3]
2+
CHANGE: (#83) convert ReadMe to RST
3+
NEW: (#80) add deployment action
4+
15
[v0r15]
26
CHANGE : dstat, dinput, doutput - can understand comma separated lists of JobIDs in command line arguments or inside input files
37

src/COMDIRAC/__init__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
__RCSID__ = "$Id$"
88

9-
import os
10-
119
import six
1210

1311

@@ -22,9 +20,9 @@
2220
# package is not installed
2321
version = "Unknown"
2422
else:
25-
majorVersion = 0
26-
minorVersion = 20
27-
patchLevel = 0
23+
majorVersion = 1
24+
minorVersion = 3
25+
patchLevel = 3
2826
preVersion = 0
2927

3028
version = "v%sr%s" % (majorVersion, minorVersion)

0 commit comments

Comments
 (0)