Skip to content

Commit

Permalink
Prepare release 0.12.0 (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Feb 25, 2024
1 parent 0c1ca86 commit 495e655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,10 @@ $ black pyanalyze

## flake8

We use [flake8](https://flake8.pycqa.org/en/latest/) as a linter:
We use [ruff](https://docs.astral.sh/ruff/) as a linter and import sorter:

```
$ flake8 pyanalyze
```

## usort

Imports are sorted using [μsort](https://usort.readthedocs.io/en/stable/index.html):

```
$ usort format pyanalyze
$ ruff check pyanalyze
```

## Unit tests
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 0.12.0 (February 25, 2024)

### New features

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

version = "0.11.0"
version = "0.12.0"
package_data = ["test.toml", "stubs/*/*.pyi"]


Expand Down

0 comments on commit 495e655

Please sign in to comment.