Skip to content

Commit

Permalink
update to beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Jan 1, 2021
1 parent 06a6d1d commit abf5184
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.0.1-beta.2] - 2021-01-01

### Fixed

- [Spaces inside Literal type annotations breaks pycln by @hadialqattan [the raw idea by @zealotous]](https://github.com/hadialqattan/pycln/pull/45)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ __all__ = ["os", "time"]

```yaml
- repo: https://github.com/hadialqattan/pycln
rev: v0.0.1-beta.1 # Possible releases: https://github.com/hadialqattan/pycln/tags
rev: v0.0.1-beta.2 # Possible releases: https://github.com/hadialqattan/pycln/tags
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- Title & body -->

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

> A formatter for finding and removing unused import statements.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycln"
version = "0.0.1-beta.1"
version = "0.0.1-beta.2"
description = "A formatter for finding and removing unused import statements."
authors = ["Hadi Alqattan <[email protected]>"]
homepage = "https://hadialqattan.github.io/pycln"
Expand Down

0 comments on commit abf5184

Please sign in to comment.