Skip to content

Commit

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


Version 0.4
-------------
-----------

Unreleased
Released on February 13, 2021

- Added support for Python 3.6, 3.7, 3.8, and 3.9.
- Dropped support for Python 3.4 and 3.5 (which are end-of-life).
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-dev' && \
pip3 install 'dbb-ranking-parser==0.4' && \
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-dev'
VERSION = '0.4'

0 comments on commit 64a2452

Please sign in to comment.