index
:
delta/python-packages/semantic-version.git
cleaner-runtest
compat-django-4
django-31
maint/2.x
maint/v1.0.0
maint/v2.7
master
packaging/bump-test-environment
pkg
rba/pre-2.8
rbarrois/restore-py2
stable-sort-with-build
subclasseable
update-support-matrix
github.com: rbarrois/python-semanticversion.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix inconsistent matching behaviour.
Raphaël Barrois
2019-08-24
5
-36
/
+39
*
Add `Version.truncate()`.
Raphaël Barrois
2019-08-24
3
-0
/
+51
*
Clarify hashing strategy for Version.
Raphaël Barrois
2019-08-24
1
-0
/
+2
*
Lint setup.py.
Raphaël Barrois
2019-08-24
2
-2
/
+1
*
Lint test code.
Raphaël Barrois
2019-08-24
9
-37
/
+41
*
Use unittest.subTest in tests.
Raphaël Barrois
2019-08-24
3
-124
/
+168
*
Drop support for Python<3.4.
Raphaël Barrois
2019-08-24
13
-84
/
+45
*
Use Version(major=1, ...) for next_...
Raphaël Barrois
2019-08-24
1
-7
/
+35
*
Allow Version(major=1, ...).
Raphaël Barrois
2019-08-24
5
-2
/
+98
*
Add myself to the credits
Kyle Baird
2018-06-18
1
-0
/
+1
*
Make class name dynamic in Version.__repr__
Kyle Baird
2018-06-18
1
-1
/
+2
*
Remove hacks for old Django under Pypy.
Raphaël Barrois
2018-06-18
1
-8
/
+0
*
Adapt code to Django>=1.11.
Raphaël Barrois
2018-06-18
2
-17
/
+2
*
Upgrade supported Python and Django versions.
packaging/bump-test-environment
Raphaël Barrois
2018-06-18
4
-17
/
+17
*
Improve docs on `next_patch()`.
Raphaël Barrois
2018-06-18
2
-3
/
+52
*
Don't use `is` for integer comparisons.
Raphaël Barrois
2018-06-18
1
-2
/
+2
*
correct spelling mistake
Edward Betts
2017-09-03
1
-1
/
+1
*
Release version 2.6.0
v2.6.0
Raphaël Barrois
2016-09-25
3
-4
/
+4
*
Fix deconstruct() tests under Pypy.
Raphaël Barrois
2016-09-01
1
-8
/
+18
*
Officially drop support for Django<1.7
Raphaël Barrois
2016-09-01
1
-0
/
+4
*
django: Replace south with django.db.migrations
Raphaël Barrois
2016-09-01
3
-127
/
+110
*
Linting
Raphaël Barrois
2016-09-01
3
-11
/
+18
*
Rearrange test suite.
Raphaël Barrois
2016-09-01
9
-44
/
+99
*
Add travis testing for Django1.10
Raphaël Barrois
2016-09-01
1
-0
/
+1
*
Add support for Django 1.10
Raphaël Barrois
2016-09-01
4
-42
/
+83
*
Merge pull request #44 from adamchainz/readthedocs.io
Raphaël Barrois
2016-06-26
1
-2
/
+2
|
\
|
*
Convert readthedocs links for their .org -> .io migration for hosted projects
Adam Chainz
2016-06-15
1
-2
/
+2
|
/
*
Merge pull request #41 from ekmartin/compatible_docs
Raphaël Barrois
2016-03-07
3
-1
/
+11
|
\
|
*
Fix a bug with compatible release clauses and patch versions
Martin Ek
2016-03-07
2
-1
/
+5
|
*
Add a doc section about compatible release clauses
Martin Ek
2016-03-07
1
-0
/
+6
|
/
*
Merge pull request #38 from ekmartin/compatible_release
Raphaël Barrois
2016-02-28
4
-1
/
+28
|
\
|
*
Add Martin Ek to contributors list
Martin Ek
2016-02-25
1
-0
/
+1
|
*
Add support for compatible release ranges, fixes #37
Martin Ek
2016-02-25
3
-1
/
+27
|
/
*
Fix handling pre-1.0.0 caret versions (Closes #35)
Raphaël Barrois
2016-02-21
4
-2
/
+25
*
lint: Remove double return.
Raphaël Barrois
2016-02-21
1
-1
/
+0
*
Remove testing on Django 1.7, outdated.
Raphaël Barrois
2016-02-12
1
-1
/
+0
*
Test up to 3.5
v2.5.0
Raphaël Barrois
2016-02-12
3
-4
/
+17
*
Update test targets.
Raphaël Barrois
2016-02-12
7
-21
/
+4
*
Release v2.5.0
Raphaël Barrois
2016-02-12
2
-3
/
+3
*
Cleanup and document fixes from #31.
Raphaël Barrois
2016-02-12
5
-17
/
+44
*
Merge branch 'skwashd-tilde-caret'
Raphaël Barrois
2016-02-12
3
-3
/
+47
|
\
|
*
Merge branch 'tilde-caret' of https://github.com/skwashd/python-semanticversi...
Raphaël Barrois
2016-02-12
3
-3
/
+47
|
|
\
|
/
/
|
*
Fix broken test
Dave Hall
2015-11-30
1
-1
/
+1
|
*
Support for alternative equals specs
Dave Hall
2015-11-29
2
-2
/
+18
|
*
Make regex more readable
Dave Hall
2015-10-19
1
-2
/
+1
|
*
Add support for npm/composer caret and tilde condition extensions
Dave Hall
2015-10-15
3
-1
/
+30
*
|
Remove Copyright years (Closes #28)
Raphaël Barrois
2016-02-12
15
-15
/
+15
*
|
Merge branch 'bump-version-2' of https://github.com/MinchinWeb/python-semanti...
Raphaël Barrois
2016-02-12
4
-8
/
+144
|
\
\
|
*
|
Adjust code to match tests for bumping prerelease versions
MinchinWeb
2015-09-15
3
-6
/
+23
|
*
|
add tests for bumping prerelease versions
MinchinWeb
2015-09-15
1
-2
/
+126
[next]