Skip to content

Commit

Permalink
Release notes update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamklein committed Jun 6, 2016
1 parent 50c7d2c commit d4acfa5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,8 @@
* Fix RowsDense broken by BigDeedle changes (#319)
* Make ChunkSizeInto behave according to documentation (#314)
* Expand public fields (#313)
* Keep order of columns/rows in FrameBuilder (#322)
* Keep order of columns/rows in FrameBuilder (#322)

### 1.2.5
* Reading CSV (#332) and DropSparseRows (#333)
* Fix where filter in C# (#338)
6 changes: 3 additions & 3 deletions src/Deedle/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Deedle")>]
[<assembly: AssemblyProductAttribute("Deedle")>]
[<assembly: AssemblyDescriptionAttribute("Easy to use .NET library for data manipulation and scientific programming")>]
[<assembly: AssemblyVersionAttribute("1.2.4")>]
[<assembly: AssemblyFileVersionAttribute("1.2.4")>]
[<assembly: AssemblyVersionAttribute("1.2.5")>]
[<assembly: AssemblyFileVersionAttribute("1.2.5")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.2.4"
let [<Literal>] Version = "1.2.5"

0 comments on commit d4acfa5

Please sign in to comment.