summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v2.4.1v2.4.1Raphaël Barrois2015-04-012-1/+8
|
* Fix setup.py for readme, bis.Raphaël Barrois2015-04-011-0/+2
|
* Advertise supporting Python3.4.Raphaël Barrois2015-04-012-1/+2
|
* Fill ChangeLog.Raphaël Barrois2015-04-011-0/+8
|
* Fix setup.py/rst parsing.Raphaël Barrois2015-04-011-1/+1
|
* Release v2.4.0v2.4.0Raphaël Barrois2015-04-011-1/+1
|
* Travis: also test on Python3.4.Raphaël Barrois2015-04-011-0/+1
|
* Adds a new bump version func to the API.Rick Eyre2015-04-014-0/+56
|
* Fix README (Closes #19).Raphaël Barrois2015-04-012-6/+10
| | | | Also fixes README rendering on PyPI, hopefully.
* Fix manifest for missing files (Closes #20).Raphaël Barrois2015-04-011-1/+3
| | | | CREDITS and LICENSE weren't included; kindly spotted by @hguemar.
* Fix unescaped regexps (Closes #12).Raphaël Barrois2015-04-011-2/+2
|
* Version bump to 2.3.1v2.3.1Raphaël Barrois2014-09-242-1/+9
|
* Fix setup.py encoding issues (Closes #13).Raphaël Barrois2014-09-241-2/+4
|
* Version bump to 2.3.0v2.3.0Raphaël Barrois2014-03-161-1/+1
|
* Accept '*' as a Spec (Closes #8).Raphaël Barrois2014-03-164-10/+33
| | | | Spec('*') will match all valid Version objects.
* moved django test app settings to the django test app moduleMichael Hrivnak2014-03-163-12/+25
| | | | | | | | | ... to guarantee the settings get executed before any code in that app. Since python's unittest.TestLoader does not guarantee in what order it will import modules while hunting for test cases, the unit tests could fail to even load if tests.django_test_app.models was loaded before tests.test_django. This failure was seen on ARM machines, which happened to traverse the module tree in an inconvenient order.
* Update README.Raphaël Barrois2014-03-081-0/+5
|
* Update copyrightRaphaël Barrois2014-03-0815-17/+17
|
* Add CREDITS file.Raphaël Barrois2014-03-083-11/+64
|
* Upgrade to semver-2.0.0 (Closes #3)Raphaël Barrois2014-02-134-3/+190
|
* Version bump to 2.2.2v2.2.2Raphaël Barrois2013-12-232-1/+9
|
* tests: Fix test running when Django isn't available.Raphaël Barrois2013-12-231-12/+19
|
* Normalize docs to docs/ (Closes #5).Raphaël Barrois2013-12-2317-169/+133
| | | | | | Also normalize the package layout. Thanks @jdowner-gb & tleach for the report.
* Fix doc/index.rst symlink (Closes #6).Raphaël Barrois2013-12-231-1/+1
| | | | Thanks to @tleach for the report.
* Rename README.Raphaël Barrois2013-11-153-305/+304
| | | | Let's keep github happy...
* Version bump to 2.2.1v2.2.1Raphaël Barrois2013-10-292-1/+10
|
* Fix toplevel import of validate() (Closes #2).Raphaël Barrois2013-10-292-1/+13
|
* Fix email in readme.Raphaël Barrois2013-03-221-1/+1
|
* Merge README and index.rst.Raphaël Barrois2013-03-223-296/+258
|
* Bump version to 2.2.0.v2.2.0Raphaël Barrois2013-03-222-10/+10
|
* Update ChangeLog.Raphaël Barrois2013-03-211-0/+1
|
* Add a Makefile for easier test running.Raphaël Barrois2013-03-211-0/+28
|
* Add Python3 support.Raphaël Barrois2013-03-2110-33/+150
|
* Fix license string.Raphaël Barrois2013-03-218-2/+9
|
* Add semantic_version.validate (Closes #2).Raphaël Barrois2013-03-214-0/+66
| | | | | | Simple way of testing whether a string is a 'valid' SemVer version. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Add Version.coerce.Raphaël Barrois2013-03-209-3/+195
| | | | Some people don't use semver yet...
* Fix handling of partial versions (Closes #1).Raphaël Barrois2013-03-205-7/+43
|
* Happy New Year!Raphaël Barrois2013-01-0211-10/+34
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Changelog and version bump.v2.1.2Raphaël Barrois2012-05-222-1/+9
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Properly validate values.Raphaël Barrois2012-05-222-0/+7
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Fix installation instructions.Raphaël Barrois2012-05-222-1/+7
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Version bumpv2.1.1Raphaël Barrois2012-05-222-1/+8
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Add introspection rules for southRaphaël Barrois2012-05-222-0/+72
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Release v2.1.0v2.1.0Raphaël Barrois2012-05-222-3/+3
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Cleanup __repr__ of Version()Raphaël Barrois2012-05-225-29/+21
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Add a few tests.Raphaël Barrois2012-05-223-2/+32
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Fix link to PyPI package.Raphaël Barrois2012-05-222-2/+2
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Update README.Raphaël Barrois2012-05-221-1/+1
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Add 'contributing' doc.Raphaël Barrois2012-05-221-1/+23
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Introduce Spec.filter and Spec.select.Raphaël Barrois2012-05-227-18/+159
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>