Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Jan 7, 2025
1 parent b956320 commit f1dd773
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ DBB Ranking Parser Changelog
============================


0.6.0 (unreleased)
1.0.0 (2025-01-07)
------------------

- Improved README.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache python3 && \
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN python3 -m ensurepip && \
pip3 install --no-cache-dir 'dbb-ranking-parser==0.6.0-dev'
pip3 install --no-cache-dir 'dbb-ranking-parser==1.0.0'

# Only relevant for HTTP server mode.
EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dbb-ranking-parser"
version = "0.6.0-dev"
version = "1.0.0"
description = "Extract league rankings from the DBB (Deutscher Basketball Bund e.V.) website."
readme = "README.rst"
authors = [
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 f1dd773

Please sign in to comment.