Skip to content

Commit

Permalink
Begin development of version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed May 7, 2022
1 parent f523e6b commit 668435f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,10 @@ Changelog
=========


0.10 (unreleased)
-----------------


0.9 (2022-05-07)
----------------

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN useradd --create-home user
USER user
ENV PATH /home/user/.local/bin:$PATH

RUN pip install --no-cache-dir weitersager==0.9
RUN pip install --no-cache-dir weitersager==0.10-dev

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
weitersager:
image: ghcr.io/homeworkprod/weitersager:0.9
image: ghcr.io/homeworkprod/weitersager:0.10-dev
ports:
- "127.0.0.1:9000:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion src/weitersager/__init__.py
@@ -1 +1 @@
VERSION: str = '0.9'
VERSION: str = '0.10-dev'

0 comments on commit 668435f

Please sign in to comment.