Skip to content

Commit

Permalink
Bump to v0.5.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Oct 15, 2019
1 parent 9304d38 commit f9a6a90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# History

## v0.4.1

- d180992 Add pre-commit support and fix pre-commit check error (#32)
- bd680c1 Update pyproject.toml
- 64f30f7 remove unhappened condtional

## v0.4.0

- 74f569b Update docs and lint docs (#31)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Combine **XPath**, **CSS Selectors** and **JSONPath** for Web data extracting.

## Changelog

### v0.4.1
### v0.5.0

- d180992 Add pre-commit support and fix pre-commit check error (#32)
- bd680c1 Update pyproject.toml
- 64f30f7 remove unhappened condtional
- 0056f37 Split AbstractExtractor into AbstractSimpleExtractor and AbstractComplexExtractor
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.4.1"
version = "0.5.0.dev1"
license = "MIT"
description = "Combine XPath, CSS Selectors and JSONPath for Web data extracting."
authors = ["linw1995 <[email protected]>"]
Expand Down

0 comments on commit f9a6a90

Please sign in to comment.