Skip to content

Commit

Permalink
Bump gx-proxy-it required version to 0.0.6 (to be released)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Oct 26, 2023
1 parent 1feca40 commit 1267f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ The following options in the ``gravity`` section of ``galaxy.yml`` can be used t
# enable: false
# gx-it-proxy version
# version: '>=0.0.5'
# version: '>=0.0.6'
# Public-facing IP of the proxy
# ip: localhost
Expand Down
2 changes: 1 addition & 1 deletion gravity/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pydantic import BaseModel, BaseSettings, Extra, Field, validator

DEFAULT_INSTANCE_NAME = "_default_"
GX_IT_PROXY_MIN_VERSION = "0.0.5"
GX_IT_PROXY_MIN_VERSION = "0.0.6"


def none_to_default(cls, v, field):
Expand Down

0 comments on commit 1267f5a

Please sign in to comment.