Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Feb 8, 2024
1 parent 6a3fff0 commit 946145b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ADD . /radiopadre
## override due to problems with 1.4 in containers
#ARG RADIOPADRE_CARTA_VERSION=1.3.1

ARG CLIENT_BRANCH=b1.2.2
ARG CLIENT_BRANCH=b1.2.3

RUN git clone -b $CLIENT_BRANCH https://github.com/ratt-ru/radiopadre-client.git
RUN pip3 install --no-cache-dir -e /radiopadre-client
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools.command.develop import develop
from wheel.bdist_wheel import bdist_wheel

__version__ = "1.2.2"
__version__ = "1.2.3"

build_root = os.path.dirname(__file__)

Expand Down

0 comments on commit 946145b

Please sign in to comment.