Skip to content

Commit

Permalink
Post release bump from 0.17.0 to 0.18.0 (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Oct 4, 2022
1 parent 24ea523 commit 857b720
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Docker meta server nltk
Expand All @@ -71,7 +71,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Docker meta server pytorch
Expand All @@ -85,7 +85,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Docker meta server sklearn
Expand All @@ -99,7 +99,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Docker meta server tensorflow
Expand All @@ -113,7 +113,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Docker meta server all-ai
Expand All @@ -127,7 +127,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Docker meta server slim
Expand All @@ -141,7 +141,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Set up Docker Buildx
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Set up Docker Buildx
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Set up Docker Buildx
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Setup JDK 11
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.17.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.18.') }},value=latest
type=ref,event=branch
- name: Setup JDK 11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'io.deephaven'
version = '0.17.0'
version = '0.18.0'

if (!name.startsWith('deephaven-')) {
archivesBaseName = "deephaven-${name}"
Expand Down
2 changes: 1 addition & 1 deletion py/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ python3 -m examples.demo_asof_join
```
## Install
``` shell
$ pip3 install dist/pydeephaven-0.17.0-py3-none-any.whl
$ pip3 install dist/pydeephaven-0.18.0-py3-none-any.whl
```
## Quick start

Expand Down
2 changes: 1 addition & 1 deletion py/client/pydeephaven/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
from .constants import SortDirection, MatchRule
from .query import Query

__version__ = "0.17.0"
__version__ = "0.18.0"
2 changes: 1 addition & 1 deletion py/client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='pydeephaven',
version='0.17.0',
version='0.18.0',
description='The Deephaven Python Client',
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion py/embedded-server/deephaven_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Copyright (c) 2016-2022 Deephaven Data Labs and Patent Pending
#
__version__ = "0.17.0"
__version__ = "0.18.0"

from .start_jvm import DEFAULT_JVM_PROPERTIES, DEFAULT_JVM_ARGS, start_jvm
from .server import Server
Expand Down
2 changes: 1 addition & 1 deletion py/server/deephaven/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__version__ = "0.17.0"
__version__ = "0.18.0"

from deephaven_internal import jvm
try:
Expand Down
6 changes: 3 additions & 3 deletions server/jetty-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ be sure to first set `PYTHON_CONFIGURE_OPTS="--enabled-shared"`.
```shell
$ python -m pip install --upgrade pip # First upgrade pip
$ pip install wheel
$ export DEEPHAVEN_VERSION=0.17.0 # this should match the current version of your git repo
$ export DEEPHAVEN_VERSION=0.18.0 # this should match the current version of your git repo

$ cd py/jpy
$ export JAVA_HOME=/path/to/your/java/home # Customize this to fit your computer
$ python setup.py bdist_wheel
$ pip install dist/deephaven_jpy-0.17.0-cp39-cp39-linux_x86_64.whl # This will vary by version/platform
$ pip install dist/deephaven_jpy-0.18.0-cp39-cp39-linux_x86_64.whl # This will vary by version/platform
$ cd -

$ cd Integrations/python
$ python setup.py bdist_wheel
$ pip install dist/deephaven-0.17.0-py2.py3-none-any.whl
$ pip install dist/deephaven-0.18.0-py2.py3-none-any.whl
$ cd -
```

Expand Down

0 comments on commit 857b720

Please sign in to comment.