Skip to content

v0.7.1

Compare
Choose a tag to compare
@ghukill ghukill released this 08 Apr 20:07
· 339 commits to master since this release

Release Notes - v0.7.1

  • bug fix and improvement of redis and celery python version pinning. Thanks @bibliotechy for finding this.
  • bug fix for exporting published subset to S3

Upgrading to v0.7.1

Run the built-in update command to run any migrations, restart services, and pull in new front-end static files:

cd /opt/combine
source activate combine
git checkout master
git pull
./manage.py update --release v0.7.1