Skip to content

Commit

Permalink
Prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jun 15, 2022
1 parent da977d0 commit 2bf51ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,15 @@
History
=========

0.13.0
======

- Add options to enable/disable gunicorn, celery, and celery-beat services https://github.com/galaxyproject/gravity/pull/47
- Add ability to include gravity config from a separate file and document https://github.com/galaxyproject/gravity/pull/48
- Only default to preload = true for gunicorn if not using unicornherder https://github.com/galaxyproject/gravity/pull/49
- Add option to specify tusd path https://github.com/galaxyproject/gravity/pull/50
- Support setting per-service environment variables https://github.com/galaxyproject/gravity/pull/56

0.12.0
======

Expand Down
2 changes: 1 addition & 1 deletion gravity/__init__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.12.0"
__version__ = "0.13.0"

0 comments on commit 2bf51ec

Please sign in to comment.