Add another case from debian-style versions.

This commit is contained in:
Nathan Wilcox 2017-05-19 12:17:07 -07:00
parent 6e5b990a35
commit 987d040660
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class TestVersion (unittest.TestCase):
'v1.0.0-rc2',
'v1.2.3-0', # Hotfix numbers must begin w/ 1
'v1.2.3~0',
'v1.2.3+0',
'1.2.3',
]