summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2022-06-21 15:36:09 +0200
committerKarl Lorey <git@karllorey.com>2022-06-21 15:36:09 +0200
commitf58ddd5464e170d2570286f5e4d9b3d6d53efb5d (patch)
tree7d2abb2f42d236c70c4cc834851eceba4a97d11c
parent1aa76645e9129be334eed5b7ee6ff51949d091ca (diff)
Bump version to 1.0.0rc1v1.0.0rc1
-rw-r--r--HISTORY.rst3
-rw-r--r--mlscraper/__init__.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 42ffb7b..f8de0c3 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,8 +3,9 @@ History
=======
------------------
-UPCOMING
+1.0.0 (soon)
------------------
+
* scrapers can now extract arbitrary data structures
including list (ListScraper), dict (DictScraper), and string (ValueScraper) objects.
* scrapers now work for multiple pages by default.
diff --git a/mlscraper/__init__.py b/mlscraper/__init__.py
index 9926d2d..39db23f 100644
--- a/mlscraper/__init__.py
+++ b/mlscraper/__init__.py
@@ -1,3 +1,3 @@
__author__ = """Karl Lorey"""
__email__ = "git@karllorey.com"
-__version__ = "0.1.2"
+__version__ = "1.0.0rc1"