Skip to content

Commit abf5184

Browse files
committed
update to beta2.
1 parent 06a6d1d commit abf5184

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
## [Unreleased]
1212

13+
## [0.0.1-beta.2] - 2021-01-01
14+
1315
### Fixed
1416

1517
- [Spaces inside Literal type annotations breaks pycln by @hadialqattan [the raw idea by @zealotous]](https://github.com/hadialqattan/pycln/pull/45)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ __all__ = ["os", "time"]
868868

869869
```yaml
870870
- repo: https://github.com/hadialqattan/pycln
871-
rev: v0.0.1-beta.1 # Possible releases: https://github.com/hadialqattan/pycln/tags
871+
rev: v0.0.1-beta.2 # Possible releases: https://github.com/hadialqattan/pycln/tags
872872
hooks:
873873
- id: pycln
874874
args: [--config=pyproject.toml]

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- Title & body -->
66

7-
# Pycln <small>0.0.1-beta.1</small>
7+
# Pycln <small>0.0.1-beta.2</small>
88

99
> A formatter for finding and removing unused import statements.
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycln"
3-
version = "0.0.1-beta.1"
3+
version = "0.0.1-beta.2"
44
description = "A formatter for finding and removing unused import statements."
55
authors = ["Hadi Alqattan <[email protected]>"]
66
homepage = "https://hadialqattan.github.io/pycln"

0 commit comments

Comments
 (0)