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 de7067e commit 6ea2f15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Changelog
=========

1.1.14 (Unreleased)
-------------------
1.2.0 (2024-09-15)
------------------

Changed
~~~~~~~

- Some arguments must be keyword arguments:
- Some arguments must be keyword arguments in:

- :meth:`ocdskit.mapping_sheet.mapping_sheet`
- :meth:`ocdskit.schema.add_validation_properties`
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.1.13"
version = "1.2.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 = "ocdskit"
version = "1.1.13"
version = "1.2.0"
authors = [{name = "Open Contracting Partnership", email = "data@open-contracting.org"}]
description = "A suite of command-line tools for working with OCDS data"
readme = "README.rst"
Expand Down

0 comments on commit 6ea2f15

Please sign in to comment.