Skip to content

Commit fbf5bd5

Browse files
committed
Bump version to 10.2.2.0 and update Changes
1 parent e35824d commit fbf5bd5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changes

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
10.2.2.0 (relative to 10.2.1.0)
2+
========
3+
4+
Improvements
5+
------------
6+
7+
- UniverseBlock : Added `universe()` method (#1177).
8+
9+
Fixes
10+
-----
11+
12+
- ExceptionBinding : Fixed reference counting bug which leaked Python reference objects (#1173).
13+
114
10.2.1.0 (relative to 10.2.0.1)
215
========
316

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SConsignFile()
5555

5656
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5757
ieCoreMajorVersion = 2 # backwards-incompatible changes
58-
ieCoreMinorVersion = 1 # new backwards-compatible features
58+
ieCoreMinorVersion = 2 # new backwards-compatible features
5959
ieCorePatchVersion = 0 # bug fixes
6060
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6161

0 commit comments

Comments
 (0)