From 1d4482ab206b8b21828da81cf7cd2f3ff4ce4e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Sat, 12 Oct 2024 14:06:03 +0800 Subject: [PATCH 1/3] docs: update --- README.rst | 9 +-------- data_extractor/core.py | 2 +- docs/source/changelog.rst | 9 +-------- docs/source/history.rst | 8 ++++++++ 4 files changed, 11 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index c572f35..15156d3 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ Usage Changelog <<<<<<<<< -Unreleased +v0.11.0 ~~~~~~~~~~ **Feature** @@ -109,13 +109,6 @@ Unreleased - 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 <<<<<<<<<<<< diff --git a/data_extractor/core.py b/data_extractor/core.py index 8b4f7af..ae97ebe 100644 --- a/data_extractor/core.py +++ b/data_extractor/core.py @@ -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` diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3760ede..9ade1b9 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -Unreleased +v0.11.0 ~~~~~~~~~~ **Feature** @@ -10,12 +10,5 @@ Unreleased - 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 diff --git a/docs/source/history.rst b/docs/source/history.rst index 68eb1b4..04d6d2c 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,14 @@ History ======= +v0.10.2 +~~~~~~~ + +**Build** + +- upgrade jsonpath-extractor to v0.8.0 + + v0.10.1 ~~~~~~~ From 571fb9a40ab3b25bbd48699d0162396400ec4cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Sat, 12 Oct 2024 14:12:29 +0800 Subject: [PATCH 2/3] docs: update --- README.rst | 2 +- docs/source/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 15156d3..e272fb8 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ Usage Changelog <<<<<<<<< -v0.11.0 +v1.0.0 ~~~~~~~~~~ **Feature** diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 9ade1b9..99848d9 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -v0.11.0 +v1.0.0 ~~~~~~~~~~ **Feature** From c8eb6804b3b13e7cac43e15ef9c3b25465159508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Sat, 12 Oct 2024 15:29:57 +0800 Subject: [PATCH 3/3] Create dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6a7695c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"