Skip to content

Commit 3c5a514

Browse files
committed
update version
1 parent 6c12c92 commit 3c5a514

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
2-
## [1.0.4]
3-
- Change: Update README
2+
## [1.0.5]
43
- Change: Remove unused code
54
- Change: Capture a general Exception (not limited to ImportError and ModuleNotFoundError) when attempting to import modules during collection phase
65

6+
## [1.0.4]
7+
- Change: Update README
8+
79
## [1.0.3]
810
### Changed
911
- Change: Use `itest` instead of `Here` for inline test constructor

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(fname):
1515

1616
setup(
1717
name="pytest-inline",
18-
version="1.0.4",
18+
version="1.0.5",
1919
author="Yu Liu",
2020
author_email="[email protected]",
2121
maintainer="Alan Han, Yu Liu, Pengyu Nie, Zachary William Thurston",

0 commit comments

Comments
 (0)