From d9a4b1af5c764f744088e71e3d93409e8bdc9878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE?= Date: Tue, 29 Oct 2019 21:53:37 +0800 Subject: [PATCH] Bump to v0.5.0.dev4 - d961768 Fix:Update mypy pre-commit config - e5d59c3 New:Raise SyntaxError when field overwrites method (#38) --- README.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4490e3..4ad07c3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index a6f2640..3d0ccc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]