Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Oct 1, 2021
1 parent 03fd6ec commit d07a7e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.1.0] - October 1st 2021

- Feature: Rewrites `self.assertEqual(a, None)` to `assert a is None` rather than `assert a == None`

## [1.0.8] - September 19th 2021
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.8
version = 1.1.0
description = Automatically convert unittests to pytest
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit d07a7e5

Please sign in to comment.