diff --git a/docs/changelog.rst b/docs/changelog.rst index 26cb5c6..bdc9996 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +1.1.4 (2023-02-07) +------------------ Added ~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 2566518..6778260 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Open Contracting Partnership" # The short X.Y version -version = "1.1.3" +version = "1.1.4" # The full version, including alpha/beta/rc tags release = version diff --git a/setup.cfg b/setup.cfg index ab7ce39..3e7d66f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ocdskit -version = 1.1.3 +version = 1.1.4 author = Open Contracting Partnership author_email = data@open-contracting.org license = BSD