From ba943d3ea824fb1fcfbd882bc3dbbcdd8c583018 Mon Sep 17 00:00:00 2001 From: Danny Sepler Date: Sun, 25 Jul 2021 11:19:32 -0400 Subject: [PATCH] release 1.0.4 --- CHANGELOG.md | 2 ++ README.md | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a7831..1d4bf67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 86fe475..4c6f3df 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.cfg b/setup.cfg index 22b6c69..c1b9042 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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