Skip to content

Commit 55844b1

Browse files
authored
Merge branch 'master' into dependabot/pip/scripts/certifi-2024.7.4
2 parents 9c55be1 + c8eb680 commit 55844b1

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

README.rst

+1-8
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,14 @@ Usage
101101
Changelog
102102
<<<<<<<<<
103103

104-
Unreleased
104+
v1.0.0
105105
~~~~~~~~~~
106106

107107
**Feature**
108108

109109
- Generic extractor with convertor (#83)
110110
- mypy plugin for type annotation of extracting result (#83)
111111

112-
v0.10.2
113-
~~~~~~~
114-
115-
**Build**
116-
117-
- upgrade jsonpath-extractor to v0.8.0
118-
119112

120113
Contributing
121114
<<<<<<<<<<<<

data_extractor/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def __init__(
221221

222222
class AbstractSimpleExtractor(metaclass=SimpleExtractorMeta):
223223
"""
224-
Abstract Simple Extractor Clase.
224+
Abstract Simple Extractor Class.
225225
226226
Its metaclass is :class:`data_extractor.core.SimpleExtractorMeta`
227227

docs/source/changelog.rst

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22
Changelog
33
=========
44

5-
Unreleased
5+
v1.0.0
66
~~~~~~~~~~
77

88
**Feature**
99

1010
- Generic extractor with convertor (#83)
1111
- mypy plugin for type annotation of extracting result (#83)
1212

13-
v0.10.2
14-
~~~~~~~
15-
16-
**Build**
17-
18-
- upgrade jsonpath-extractor to v0.8.0
19-
2013
.. include:: history.rst
2114
:start-line: 4

docs/source/history.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
History
33
=======
44

5+
v0.10.2
6+
~~~~~~~
7+
8+
**Build**
9+
10+
- upgrade jsonpath-extractor to v0.8.0
11+
12+
513
v0.10.1
614
~~~~~~~
715

0 commit comments

Comments
 (0)