diff --git a/docs/changelog.rst b/docs/changelog.rst index 61b3683..6157627 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,14 +1,13 @@ Changelog ========= -1.0.14 (Unreleased) -------------------- +1.1.0 (2024-09-15) +------------------ Changed ~~~~~~~ -- Drop support for Python 3.8. -- Some arguments must be keyword arguments: +- Some arguments must be keyword arguments in: - ``spoonbill.FileAnalyzer.analyze_file`` - ``spoonbill.FileFlattener.__init__`` @@ -19,6 +18,8 @@ Changed - ``spoonbill.stats.DataPreprocessor.process_items`` - ``spoonbill.utils.iter_file`` +- Drop support for Python 3.8. + 1.0.13 (2024-09-04) ------------------- diff --git a/docs/conf.py b/docs/conf.py index 52f78f6..20b79df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Open Contracting Partnership" # The short X.Y version -version = "1.0.13" +version = "1.1.0" # The full version, including alpha/beta/rc tags release = version diff --git a/pyproject.toml b/pyproject.toml index a3b05ea..b607966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "spoonbill" -version = "1.0.13" +version = "1.1.0" authors = [{name = "Open Contracting Partnership", email = "data@open-contracting.org"}] description = "Converts data that conforms to the Open Contracting Data Standard from JSON to Excel / CSV" readme = "README.rst"