Skip to content

Commit

Permalink
upgrade to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Jun 4, 2023
1 parent e98d56d commit bee94a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This projec

## [Unreleased]


## [1.5.0] - June 3rd 2023

- Bugfix: assertAlmostEquals breaks if there are comments. ([#46](https://github.com/dannysepler/pytestify/issues/46))

## [1.4.1] - May 18th 2022

- Bugfix: Closing parentheses were placed in the wrong location. ([#35](https://github.com/dannysepler/pytestify/issues/35))
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.4.1
version = 1.5.0
description = Automatically convert unittests to pytest
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit bee94a3

Please sign in to comment.