Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/6.4.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaitlyn Crawford committed Feb 9, 2018
2 parents 85639ac + f34d887 commit 34a71af
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ deploy:
secure: "X7/cvR9N21Q5XpmKy4HxQ2YvgiiorvsqaU6cBY0e4L/PRGCwFWbBZB27wfxKZhzLnjoir0l0zcxPRJsuUBFJXZ3LprSDsCNi5W68sm74lVvnWLtUxJb+h4i7Ho5RiB41UUbE9yXpRJvW75WMnJPGS/CWjApauQeBDioXrW3WJiPI4f5GWrhUSo3tudI0cHcKsV3vS9dZC39W56fS3leGb/OnRWzu7diE82BWAB45jxwbBlPjmU9drDUVF/nWUE4tKaXuyGgrtd74mLy5StzQo4ND9AFoZ3RCDMmfqqKzcj7vQjyg+Ot3m9M0F/i66mAOhg2c9p2Z6+0yv7ThzxhdKyKaffYWtw1HSzRY3reunBTe2kyDorsSCJGqpLR75/No3eKi360Y5w7fIsKhK2okVAC3uprZ08itiNpo6FEYwmjSOKZZYhin2QiFWlMx+tMhT0CAg++9Y8n/yPAduJON0JtC20w5GWvSyjUzQHkzmHyPsq+Xh0xHKAip9ylsVUU3HUHLqXnNAA/k4Fl1W3h5VucNjdufV6T1kYTFNecHzt6h0oME1dcxW6sUDknc6IZM644VVaHRqkpKXL1QBAwqL3DaMCJnRrFkF66qZc4xbsfaIZWh1c/2516ObzI68YE0ga9ykI8vs53s1GjLHK9/pLCW1ku8DgyMnGDjQEdAHJs="
on:
tags: true
all_branches: true
python: 2.7
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGE LOG
==========
6.4.7
-----
- Upgrade wagtail-personalisation-molo to 0.10.7

6.4.6
-----
- Upgrade wagtail-personalisation-molo to 0.10.6
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.6
6.4.7
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ molo.core<7.0.0,>=6.5.0
celery<4.0
django-celery
wagtailsurveys==0.1.1
wagtail-personalisation-molo==0.10.6
wagtail-personalisation-molo==0.10.7
psycopg2
html5lib==0.9999999
six==1.11.0
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ addopts = --verbose --ignore=ve/ --ds=testapp.settings --nomigrations --cov=molo
[flake8]
ignore = F403
exclude = ve,docs,migrations,settings.py

[wheel]
universal = 1

0 comments on commit 34a71af

Please sign in to comment.