Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
BASE_IMAGE_USER: driplineorg
BASE_IMAGE_REPO: dripline-python
BASE_IMAGE_VER: 'v5.1.0'
BASE_IMAGE_VER: 'v5.1.4'
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG img_user=ghcr.io/driplineorg
ARG img_repo=dripline-python
#ARG img_tag=develop-dev
ARG img_tag=v5.1.0
ARG img_tag=v5.1.5

FROM ${img_user}/${img_repo}:${img_tag}

Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Types of changes: Added, Changed, Deprecated, Removed, Fixed, Security

## [Unreleased]

## [2.1.1] -- 2026-02-05

### Changed

- Updated dripline-python to v5.1.5


## [2.1.0] -- 2025-10-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

setup(
name="dragonfly",
version='v2.1.0', # TODO: should get version from git
version='v2.1.1', # TODO: should get version from git
packages=packages,
)