Skip to content

Commit ee4cc11

Browse files
committed
Bump to Beta v0.2.0
1 parent aeb9520 commit ee4cc11

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGES.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

3-
## v0.1.5
3+
## v0.2.0
44

5-
- cabfac3 Add utils.py
6-
- 9e1c005 Make all extractor class inherit the same ABC.
7-
- 7828a1a Make easy to trace exception thrown by complex extractor extracting data.
5+
- 9c2e2cd Rename ExtractFirstMixin into SimpleExtractorBase (#12)
6+
- bac925d Raise ValueError when misplaced the complex extractor in complex extractor. (#13)
7+
- 88b9227 Wrap expr exception (#14)
8+
- aeb9520 Deploy Docs on GitHub Pages. (#15)
9+
- Update docstring.
10+
- Deploy Docs on Github Pages.
11+
- Add Quickstarts.rst
12+
- Bump into beta

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.1.5
2+
3+
- cabfac3 Add utils.py
4+
- 9e1c005 Make all extractor class inherit the same ABC.
5+
- 7828a1a Make easy to trace exception thrown by complex extractor extracting data.
6+
17
## v0.1.4
28

39
- f4267fe Modify docstr

data_extractor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
=====================
44
Combine **XPath**, **CSS Selector** and **JSONPath** for Web data extracting.
55
"""
6-
__version__ = "0.1.5"
6+
__version__ = "0.2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"Programming Language :: Python",
3636
"Programming Language :: Python :: 3",
3737
"Programming Language :: Python :: 3.7",
38-
"Development Status :: 3 - Alpha",
38+
"Development Status :: 4 - Beta",
3939
"Operating System :: POSIX",
4040
"Operating System :: MacOS :: MacOS X",
4141
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)