Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Voytsekhovskiy committed Oct 3, 2017
1 parent 0598fe8 commit 44b1525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.1 - October, 2017
## 0.1.2 - October, 2017

New public function `Angara.Execution.Control.runToFinalIn` allows to provide custom method scheduler.

Expand Down
8 changes: 4 additions & 4 deletions src/Angara.Flow/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Angara.Flow")>]
[<assembly: AssemblyProductAttribute("Angara.Flow")>]
[<assembly: AssemblyDescriptionAttribute("A .NET framework for composing, evaluating, inspecting and persisting computational experiments which are represented as a dataflow.")>]
[<assembly: AssemblyVersionAttribute("0.1.1")>]
[<assembly: AssemblyFileVersionAttribute("0.1.1")>]
[<assembly: AssemblyVersionAttribute("0.1.2")>]
[<assembly: AssemblyFileVersionAttribute("0.1.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Angara.Flow"
let [<Literal>] AssemblyProduct = "Angara.Flow"
let [<Literal>] AssemblyDescription = "A .NET framework for composing, evaluating, inspecting and persisting computational experiments which are represented as a dataflow."
let [<Literal>] AssemblyVersion = "0.1.1"
let [<Literal>] AssemblyFileVersion = "0.1.1"
let [<Literal>] AssemblyVersion = "0.1.2"
let [<Literal>] AssemblyFileVersion = "0.1.2"

0 comments on commit 44b1525

Please sign in to comment.