I am trying to fetch simple repo from code.dlang.org

dub fetch test_repos:

D:\Project\2014\App1>dub fetch testrepos
Fetching test
repos 0.0.7...
Placing testrepos 0.0.7 to C:\Users\bubenkovdi\AppData\Roaming\dub\packages...
Failed to parse package description in C:\Users\bubenkovdi\AppData\Roaming\dub\packages\testrepos-0.0.7
Getting a release version failed: Expected version number in version spec:
Retry with ~master...
Fetching test_repos ~master...
Placing test_repos ~master to C:\Users\bubenkov_di\AppData\Roaming\dub\packages\...
Failed to parse package description in C:\Users\bubenkov_di\AppData\Roaming\dub\packages\test_repos-master
Error executing command fetch: Expected version number in version spec:

same with dub fetch --local test_repos

How I can specify fetching version?

p.s. here http://code.dlang.org/about is still mention about using install instead of fetch