Skip to content

Commit 6ea2f15

Browse files
committed
build: Iterate the version number
1 parent de7067e commit 6ea2f15

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Changelog
22
=========
33

4-
1.1.14 (Unreleased)
5-
-------------------
4+
1.2.0 (2024-09-15)
5+
------------------
66

77
Changed
88
~~~~~~~
99

10-
- Some arguments must be keyword arguments:
10+
- Some arguments must be keyword arguments in:
1111

1212
- :meth:`ocdskit.mapping_sheet.mapping_sheet`
1313
- :meth:`ocdskit.schema.add_validation_properties`

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Open Contracting Partnership"
2424

2525
# The short X.Y version
26-
version = "1.1.13"
26+
version = "1.2.0"
2727
# The full version, including alpha/beta/rc tags
2828
release = version
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ocdskit"
7-
version = "1.1.13"
7+
version = "1.2.0"
88
authors = [{name = "Open Contracting Partnership", email = "data@open-contracting.org"}]
99
description = "A suite of command-line tools for working with OCDS data"
1010
readme = "README.rst"

0 commit comments

Comments
 (0)