File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- 1.5.x.x (relative to 1.5.16.0 )
1
+ 1.5.x.x (relative to 1.5.16.1 )
2
2
=======
3
3
4
+
5
+
6
+ 1.5.16.1 (relative to 1.5.16.0)
7
+ ========
8
+
4
9
Fixes
5
10
-----
6
11
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
65
65
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
66
66
gafferMajorVersion = 5 # backwards-incompatible changes
67
67
gafferMinorVersion = 16 # new backwards-compatible features
68
- gafferPatchVersion = 0 # bug fixes
68
+ gafferPatchVersion = 1 # bug fixes
69
69
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.
70
70
71
71
# All of the following must be considered when determining
You can’t perform that action at this time.
0 commit comments