Skip to content

Commit

Permalink
Prepeare release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 6, 2022
1 parent 2ea76ef commit c127c67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=========

0.12.0
======

- Fix typo in ``log_dir`` description by @nsoranzo in https://github.com/galaxyproject/gravity/pull/44
- Shortcut individual services fix by @natefoo in https://github.com/galaxyproject/gravity/pull/45
- Add additional options to celery beat / celery workers by @mvdbeek in https://github.com/galaxyproject/gravity/pull/46

0.11.0
======

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

__version__ = "0.11.0"
__version__ = "0.12.0"

0 comments on commit c127c67

Please sign in to comment.