Skip to content

Commit

Permalink
Update to version 0.9.37
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Oct 18, 2015
1 parent 0c5bf55 commit 535ee2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,6 @@ Updated to Selenium 2.48

#### 0.9.36 - October 13 2015
Improve reporting skip for console and TeamCity reporter [Issue #215](https://github.com/lefthandedgoat/canopy/issues/215)

#### 0.9.37 - October 18 2015
Great PR from @LimoWanKenobi that fixed a performance problem with add a lot of tests, thanks! [Issue #217](https://github.com/lefthandedgoat/canopy/issues/217)
6 changes: 3 additions & 3 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("0.9.36")>]
[<assembly: AssemblyFileVersionAttribute("0.9.36")>]
[<assembly: AssemblyVersionAttribute("0.9.37")>]
[<assembly: AssemblyFileVersionAttribute("0.9.37")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.36"
let [<Literal>] Version = "0.9.37"

0 comments on commit 535ee2a

Please sign in to comment.