Skip to content

Commit 2275f84

Browse files
committed
Merge branch 'release/0.1.30'
2 parents f435c4e + 3e16438 commit 2275f84

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.29
1+
0.1.30

requirements.tests.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ django-collect-offline
55
django-collect-offline-files
66
django-crypto-fields
77
django-revision
8+
django_extensions
89
mysqlclient
910
edc-action-item
1011
edc-adverse-event
@@ -57,3 +58,4 @@ edc-timepoint
5758
edc-utils
5859
edc-visit-schedule
5960
edc-visit-tracking
61+
git+https://github.com/erikvw/django-simple-history@admin_revert_permissions2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setenv =
1616
PYTHONWARNINGS=module::DeprecationWarning
1717
commands =
1818
flake8 edc_label
19-
pip install -U git+https://github.com/erikvw/django-simple-history@admin_revert_permissions
19+
pip install -U git+https://github.com/erikvw/django-simple-history@admin_revert_permissions2
2020
coverage run setup.py test {posargs}
2121
codecov -e TOXENV
2222
deps =

0 commit comments

Comments
 (0)