Skip to content

Commit 0874b18

Browse files
committed
fixed upcoming release information (0.4.1, not 0.4.2)
1 parent f11cf51 commit 0874b18

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ The rules for this file:
1212
* accompany each entry with github issue/PR number (Issue #xyz)
1313

1414
------------------------------------------------------------------------------
15-
??/??/2018 tluchko, orbeckst
15+
??/??/2018 rathann, tluchko, orbeckst
1616

17-
* 0.4.2
17+
* 0.4.1
1818

1919
Fixes
2020

21+
* Fixed testsuite on 32bit architectures (issue #44)
2122
* Improved DX parsing speed (#2)
2223
* Fixed reading in DX files containing scientific notation (PR #52)
2324
* Added missing floordivision to Grid (PR #53)
@@ -29,14 +30,6 @@ The rules for this file:
2930
* installation now requires scipy (it is much easier to install than it
3031
used to)
3132

32-
01/19/2018 rathann
33-
34-
* 0.4.1
35-
36-
Fixes
37-
38-
* Fixed testsuite on 32bit architectures (issue #44)
39-
4033
01/17/2017 orbeckst, kain88-de
4134

4235
* 0.4.0

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: griddataformats
3-
version: "0.4.2"
3+
version: "0.4.1"
44

55
source:
66
path: .

0 commit comments

Comments
 (0)