Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Feb 13, 2021
1 parent a3f54e6 commit adcbaa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DBB Ranking Parser Changelog
Version 0.4.1
-------------

Unreleased
Released on February 13, 2021

- Fixed reStructuredText issues in changelog which prevented a release
on PyPI.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache \
&& \
python3 -m ensurepip && \
pip3 install --upgrade pip && \
pip3 install 'dbb-ranking-parser==0.4.1-dev' && \
pip3 install 'dbb-ranking-parser==0.4.1' && \
rm -rf /var/cache/apk/*

# Only relevant for HTTP server mode.
Expand Down
2 changes: 1 addition & 1 deletion src/dbbrankingparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from .main import load_ranking_for_league, load_ranking_from_url


VERSION = '0.4.1-dev'
VERSION = '0.4.1'

0 comments on commit adcbaa3

Please sign in to comment.