Skip to content

Commit d9a4b1a

Browse files
committed
Bump to v0.5.0.dev4
- d961768 Fix:Update mypy pre-commit config - e5d59c3 New:Raise SyntaxError when field overwrites method (#38)
1 parent e5d59c3 commit d9a4b1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ Combine **XPath**, **CSS Selectors** and **JSONPath** for Web data extracting.
2222
- 2f9a71c New:Support testing in 3.8
2323
- c8bd593 New:Stash unstaged code before testing
2424
- d2a18a8 New:Best way to raise new exc
25-
- 90fa9c8 New:ExprError __str__ implementation
25+
- 90fa9c8 New:ExprError `__str__` implementation
26+
- d961768 Fix:Update mypy pre-commit config
27+
- e5d59c3 New:Raise SyntaxError when field overwrites method (#38)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data_extractor"
3-
version = "0.5.0.dev3"
3+
version = "0.5.0.dev4"
44
license = "MIT"
55
description = "Combine XPath, CSS Selectors and JSONPath for Web data extracting."
66
authors = ["linw1995 <[email protected]>"]

0 commit comments

Comments
 (0)