Skip to content

Commit c097737

Browse files
committed
build: Iterate the version number
1 parent b753cab commit c097737

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changelog.rst

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

4-
1.2.1
5-
-----
4+
1.3.0 (2024-12-15)
5+
------------------
66

77
Added
88
~~~~~

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.2.0"
26+
version = "1.3.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.2.0"
7+
version = "1.3.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)