Skip to content

Commit c952580

Browse files
authored
Version 1.2.0 release (#3480)
1 parent c7ebb53 commit c952580

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Semantic versioning in our case means:
1717
change the client facing API, change code conventions significantly, etc.
1818

1919

20-
## 1.2.0 WIP
20+
## 1.2.0
2121

2222
Due to PEP-695, it's now allowed
2323
to use `[]` in decorators only for `python3.12+`.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM python:3.13.5-alpine
2020
LABEL maintainer="mail@sobolevn.me"
2121
LABEL vendor="wemake.services"
2222

23-
ENV WPS_VERSION='1.0.0'
23+
ENV WPS_VERSION='1.2.0'
2424
ENV REVIEWDOG_VERSION='v0.20.3'
2525

2626
RUN apk add --no-cache bash git wget

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "poetry-core>=2.0" ]
44

55
[project]
66
name = "wemake-python-styleguide"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
description = "The strictest and most opinionated python linter ever"
99

1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)