Skip to content

Commit f9a6a90

Browse files
committed
Bump to v0.5.0.dev1
1 parent 9304d38 commit f9a6a90

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
## v0.4.1
4+
5+
- d180992 Add pre-commit support and fix pre-commit check error (#32)
6+
- bd680c1 Update pyproject.toml
7+
- 64f30f7 remove unhappened condtional
8+
39
## v0.4.0
410

511
- 74f569b Update docs and lint docs (#31)

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Combine **XPath**, **CSS Selectors** and **JSONPath** for Web data extracting.
1515

1616
## Changelog
1717

18-
### v0.4.1
18+
### v0.5.0
1919

20-
- d180992 Add pre-commit support and fix pre-commit check error (#32)
21-
- bd680c1 Update pyproject.toml
22-
- 64f30f7 remove unhappened condtional
20+
- 0056f37 Split AbstractExtractor into AbstractSimpleExtractor and AbstractComplexExtractor

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.4.1"
3+
version = "0.5.0.dev1"
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)