Skip to content

Commit

Permalink
prepared release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Jun 20, 2014
1 parent 90fc855 commit 66aecfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Further examples can be found in [DataProviderJavaAcceptanceTest.java](/src/test
Release notes
-------------

### tbd. (???)
### v1.7.0 (20-Jun-2014)

* implemented [#20](/../../issues/20) to use ```@DataProvider``` directly providing test data for test method
* support any type which have a singl-argument ```String``` constructor for ```String[]``` data provider ([#26](/../../issues/26))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {

description = 'A TestNG like dataprovider runner for JUnit having a simplified syntax compared to all the existing JUnit features.'
group = 'com.tngtech.java'
version = '1.6.1-SNAPSHOT'
version = '1.7.0'

sourceCompatibility = '1.5'

Expand Down

0 comments on commit 66aecfe

Please sign in to comment.