Skip to content

Commit

Permalink
Bumped up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolinar authored and wdolinar committed May 14, 2023
1 parent 9c9a59a commit f1220e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/XmsCore-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# Get the Release Data
- name: Get Release
id: git_release
uses: bruceadams/get-release@v1.2.1
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
# Get the Release Data
- name: Get Release
id: git_release
uses: bruceadams/get-release@v1.2.1
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
# Get the Release Data
- name: Get Release
id: git_release
uses: bruceadams/get-release@v1.2.1
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion _package/xms/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from . import misc # NOQA: F401
from . import time # NOQA: F401

__version__ = '6.2.3'
__version__ = '6.2.4'

0 comments on commit f1220e6

Please sign in to comment.