Skip to content

Commit 6ff48ba

Browse files
feature: 3.0.0b2 Release.
- Update poetry to 1.0.0b8 - Update virtualenv to 16.7.8
1 parent 923a65f commit 6ff48ba

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 3.0.0 (In Development)
22

3+
## 3.0.0b2 (2019-12-02)
4+
5+
- Update poetry to 1.0.0b8
6+
- Update virtualenv to 16.7.8
7+
38
## 3.0.0b1 (2019-11-16)
49

510
- Update poetry to 1.0.0b5

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ RUN apt update -qq && apt upgrade -y && apt install -y curl gcc git locales loca
77

88
ENV PATH="/root/.local/bin:/root/.poetry/bin:${PATH}"
99

10-
RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.1 virtualenv==16.7.7
10+
RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.1 virtualenv==16.7.8
1111

12-
ENV POETRY_VERSION=1.0.0b5
12+
ENV POETRY_VERSION=1.0.0b8
1313
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
1414

1515
WORKDIR /app

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ FROM playpauseandstop/docker-python:3.0.0b0
1515
### Included dev-tools
1616

1717
- [pip](https://pip.pypa.io) 19.3.1
18-
- [virtualenv](https://virtualenv.pypa.io) 16.7.7
19-
- [poetry](https://poetry.eustace.io) 1.0.0b5
18+
- [virtualenv](https://virtualenv.pypa.io) 16.7.8
19+
- [poetry](https://poetry.eustace.io) 1.0.0b8
2020
- [pre-commit](https://pre-commit.com) 1.20.0
2121
- [tox](https://tox.readthedocs.io/) 3.14.0
2222
- [curl](https://curl.haxx.se) 7.64.0
@@ -35,7 +35,7 @@ other versions supported as well.
3535

3636
List of supported Python versions are (`<PY_VERSION>` -> base Docker image):
3737

38-
#### 3.0.0b0
38+
#### 3.0.0bX
3939

4040
- `py38` -> `python:3.8.0-slim-buster`
4141
- `py37` -> `python:3.7.5-slim-buster`
@@ -47,7 +47,7 @@ List of supported Python versions are (`<PY_VERSION>` -> base Docker image):
4747
- `py36` -> `python:3.6.9-slim-stretch`
4848
- `py35` -> `python:3.5.7-slim-stretch`
4949

50-
#### 1.1.x & 1.2.x
50+
#### 1.1.X & 1.2.X
5151

5252
- `py37` -> `python:3.7.4-slim-stretch`
5353
- `py36` -> `python:3.6.9-slim-stretch`

0 commit comments

Comments
 (0)