Skip to content

Commit ef83026

Browse files
committed
Version 0.2.0
1 parent 1b0e202 commit ef83026

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We follow Semantic Versions since the `0.1.0` release.
44

55

6-
## Version 0.2.0 WIP
6+
## Version 0.2.0
77

88
### Features
99

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ pip install classes
3333
```
3434

3535
You also need to [configure](https://classes.readthedocs.io/en/latest/pages/container.html#type-safety)
36-
`mypy` correctly and install our plugin
37-
to fix [this existing issue](https://github.com/python/mypy/issues/3157):
36+
`mypy` correctly and install our plugin:
3837

3938
```ini
4039
# In setup.cfg or mypy.ini:

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
99

1010
[tool.poetry]
1111
name = "classes"
12-
version = "0.1.0"
12+
version = "0.2.0"
1313
description = "Smart, pythonic, ad-hoc, typed polymorphism for Python"
1414
license = "BSD-2-Clause"
1515

0 commit comments

Comments
 (0)