Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/scripts/certifi-2024.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 authored Oct 12, 2024
2 parents 9c55be1 + c8eb680 commit 55844b1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
9 changes: 1 addition & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,14 @@ Usage
Changelog
<<<<<<<<<

Unreleased
v1.0.0
~~~~~~~~~~

**Feature**

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

v0.10.2
~~~~~~~

**Build**

- upgrade jsonpath-extractor to v0.8.0


Contributing
<<<<<<<<<<<<
Expand Down
2 changes: 1 addition & 1 deletion data_extractor/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __init__(

class AbstractSimpleExtractor(metaclass=SimpleExtractorMeta):
"""
Abstract Simple Extractor Clase.
Abstract Simple Extractor Class.
Its metaclass is :class:`data_extractor.core.SimpleExtractorMeta`
Expand Down
9 changes: 1 addition & 8 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@
Changelog
=========

Unreleased
v1.0.0
~~~~~~~~~~

**Feature**

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

v0.10.2
~~~~~~~

**Build**

- upgrade jsonpath-extractor to v0.8.0

.. include:: history.rst
:start-line: 4
8 changes: 8 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

v0.10.2
~~~~~~~

**Build**

- upgrade jsonpath-extractor to v0.8.0


v0.10.1
~~~~~~~

Expand Down

0 comments on commit 55844b1

Please sign in to comment.