Skip to content

Commit

Permalink
Release version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Nov 2, 2024
1 parent 4563a42 commit 0b82329
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


0.11.1 (unreleased)
0.11.1 (2024-11-02)
-------------------

- Corrected project version in ``uv.lock``.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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.11.1-dev
RUN pip install --no-cache-dir weitersager==0.11.1

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
weitersager:
image: ghcr.io/homeworkprod/weitersager:0.11.1-dev
image: ghcr.io/homeworkprod/weitersager:0.11.1
ports:
- "127.0.0.1:9000:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "Weitersager"
version = "0.11.1-dev"
version = "0.11.1"
description = "A proxy to forward messages received via HTTP to to IRC"
readme = "README.rst"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b82329

Please # to comment.