summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore Python2 support.rbarrois/restore-py2Raphaël Barrois2019-08-2910-25/+94
* Back to development: 2.7.2Raphaël Barrois2019-08-282-1/+7
* Preparing release 2.7.12.7.1Raphaël Barrois2019-08-282-2/+2
* Fix NPM-style caret matching.Raphaël Barrois2019-08-283-7/+25
* Back to development: 2.7.1maint/v2.7Raphaël Barrois2019-08-282-1/+7
* Preparing release 2.7.02.7.0Raphaël Barrois2019-08-282-2/+2
* Enable zest.releaser.Raphaël Barrois2019-08-284-1/+23
* Fix MANIFEST.inRaphaël Barrois2019-08-281-5/+5
* Add `make help`.Raphaël Barrois2019-08-281-5/+53
* Describe upcoming changes.Raphaël Barrois2019-08-281-0/+11
* Rewrite `Spec` documentation.Raphaël Barrois2019-08-271-52/+49
* Deprecate support for 'partial' versions.rba/pre-2.8Raphaël Barrois2019-08-266-8/+21
* Adjust docs for readthedocs.Raphaël Barrois2019-08-261-3/+9
* Add `Version.precedence_key`.Raphaël Barrois2019-08-265-205/+114
* Rename the 'setup' Makefile target.Raphaël Barrois2019-08-261-1/+1
* Add some docstrings.Raphaël Barrois2019-08-261-0/+1
* Add deprecations for Spec/SpecItem.Raphaël Barrois2019-08-266-138/+204
* Add support for NPM-style version ranges.Raphaël Barrois2019-08-268-4/+333
* Refactor spec/version matching.Raphaël Barrois2019-08-267-125/+641
* Fix minor docs typo.Raphaël Barrois2019-08-241-2/+2
* Fix inconsistent matching behaviour.Raphaël Barrois2019-08-245-36/+39
* Add `Version.truncate()`.Raphaël Barrois2019-08-243-0/+51
* Clarify hashing strategy for Version.Raphaël Barrois2019-08-241-0/+2
* Lint setup.py.Raphaël Barrois2019-08-242-2/+1
* Lint test code.Raphaël Barrois2019-08-249-37/+41
* Use unittest.subTest in tests.Raphaël Barrois2019-08-243-124/+168
* Drop support for Python<3.4.Raphaël Barrois2019-08-2413-84/+45
* Use Version(major=1, ...) for next_...Raphaël Barrois2019-08-241-7/+35
* Allow Version(major=1, ...).Raphaël Barrois2019-08-245-2/+98
* Add myself to the creditsKyle Baird2018-06-181-0/+1
* Make class name dynamic in Version.__repr__Kyle Baird2018-06-181-1/+2
* Remove hacks for old Django under Pypy.Raphaël Barrois2018-06-181-8/+0
* Adapt code to Django>=1.11.Raphaël Barrois2018-06-182-17/+2
* Upgrade supported Python and Django versions.packaging/bump-test-environmentRaphaël Barrois2018-06-184-17/+17
* Improve docs on `next_patch()`.Raphaël Barrois2018-06-182-3/+52
* Don't use `is` for integer comparisons.Raphaël Barrois2018-06-181-2/+2
* correct spelling mistakeEdward Betts2017-09-031-1/+1
* Release version 2.6.0v2.6.0Raphaël Barrois2016-09-253-4/+4
* Fix deconstruct() tests under Pypy.Raphaël Barrois2016-09-011-8/+18
* Officially drop support for Django<1.7Raphaël Barrois2016-09-011-0/+4
* django: Replace south with django.db.migrationsRaphaël Barrois2016-09-013-127/+110
* LintingRaphaël Barrois2016-09-013-11/+18
* Rearrange test suite.Raphaël Barrois2016-09-019-44/+99
* Add travis testing for Django1.10Raphaël Barrois2016-09-011-0/+1
* Add support for Django 1.10Raphaël Barrois2016-09-014-42/+83
* Merge pull request #44 from adamchainz/readthedocs.ioRaphaël Barrois2016-06-261-2/+2
|\
| * Convert readthedocs links for their .org -> .io migration for hosted projectsAdam Chainz2016-06-151-2/+2
|/
* Merge pull request #41 from ekmartin/compatible_docsRaphaël Barrois2016-03-073-1/+11
|\
| * Fix a bug with compatible release clauses and patch versionsMartin Ek2016-03-072-1/+5
| * Add a doc section about compatible release clausesMartin Ek2016-03-071-0/+6
|/