Files
picard/test
Laurent Monin d7ba54dc51 Make version_to_string() and version_from_string() more tolerant
With those changes they can be used to parse plugin API versions too.

Test cases were modified accordingly.

Main changes:
```python
>>> version_from_string("1.0")
(1, 0, 0, 'final', 0)
>>> version_from_string("1.0.1")
(1, 0, 1, 'final', 0)
```
2014-04-25 12:01:47 +02:00
..
2013-06-19 19:27:10 +02:00
2006-10-23 15:30:13 +02:00
2013-07-03 03:37:24 +02:00
2014-04-08 13:13:22 +02:00
2014-04-03 14:22:41 +01:00
2013-07-03 03:37:24 +02:00