Skip to content

Commit

Permalink
Bump to v0.5.0.dev4
Browse files Browse the repository at this point in the history
- d961768 Fix:Update mypy pre-commit config
- e5d59c3 New:Raise SyntaxError when field overwrites method (#38)
  • Loading branch information
linw1995 committed Oct 29, 2019
1 parent e5d59c3 commit d9a4b1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ Combine **XPath**, **CSS Selectors** and **JSONPath** for Web data extracting.
- 2f9a71c New:Support testing in 3.8
- c8bd593 New:Stash unstaged code before testing
- d2a18a8 New:Best way to raise new exc
- 90fa9c8 New:ExprError __str__ implementation
- 90fa9c8 New:ExprError `__str__` implementation
- d961768 Fix:Update mypy pre-commit config
- e5d59c3 New:Raise SyntaxError when field overwrites method (#38)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data_extractor"
version = "0.5.0.dev3"
version = "0.5.0.dev4"
license = "MIT"
description = "Combine XPath, CSS Selectors and JSONPath for Web data extracting."
authors = ["linw1995 <[email protected]>"]
Expand Down

0 comments on commit d9a4b1a

Please sign in to comment.