Skip to content

Commit

Permalink
build: Iterate the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 15, 2024
1 parent 69873d7 commit f3dd678
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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__``
Expand All @@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
description = "Converts data that conforms to the Open Contracting Data Standard from JSON to Excel / CSV"
readme = "README.rst"
Expand Down

0 comments on commit f3dd678

Please sign in to comment.