summaryrefslogtreecommitdiff
path: root/tests/test_match.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-21 18:54:02 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-21 18:54:02 +0100
commitd10ab4cb1d1ca8090132f205017dfc90473c91cc (patch)
tree7924515805bcfb6960d28c59ea7425452db14f3a /tests/test_match.py
parent9872b3940e87d1d810560ea4381929554fd8038c (diff)
downloadsemantic-version-d10ab4cb1d1ca8090132f205017dfc90473c91cc.tar.gz
Fix handling pre-1.0.0 caret versions (Closes #35)
Thanks to @autopulated for pointing the issue!
Diffstat (limited to 'tests/test_match.py')
-rwxr-xr-xtests/test_match.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_match.py b/tests/test_match.py
index f0b0fe8..49464f8 100755
--- a/tests/test_match.py
+++ b/tests/test_match.py
@@ -106,7 +106,7 @@ class MatchTestCase(unittest.TestCase):
'0.1.2',
'0.1.2+build4.5',
'0.1.3-rc1.3',
- '0.2.0',
+ '0.1.4',
],
'~0.1.2': [
'0.1.2',