Skip to content

Commit

Permalink
release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Jul 25, 2021
1 parent 5a34e6c commit ba943d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. This projec

## [Unreleased]

## [1.0.4] - July 25th 2021

- `import pytest` is next to other imports
- Rewrite multiline asserts with fewer slashes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ but with a few more features and written using AST and tokenize, rather
than lib2to3.

Big thanks to [pyupgrade](https://github.com/asottile/pyupgrade/), which
this project has borrowed some formatting things from.
this project has learned from.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytestify
version = 1.0.3
version = 1.0.4
description = Automatically convert unittests to pytest
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit ba943d3

Please sign in to comment.