From 739176d01cdbf284e330f69afc3e57c3450ca1be Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 3 Dec 2022 07:12:20 -0500 Subject: [PATCH] build: version 1.0.0 --- CHANGELOG.rst | 7 +++++++ setup.cfg | 2 +- src/dinghy/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5dd6b1f..3b80da4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,13 @@ See the fragment files in the `scriv.d directory`_. .. scriv-insert-here +.. _changelog-1.0.0: + +1.0.0 — 2022-12-03 +------------------ + +- Nothing has changed, just decided Dinghy was stable enough to call 1.0.0. + .. _changelog-0.15.0: 0.15.0 — 2022-11-09 diff --git a/setup.cfg b/setup.cfg index 8913e88..e59ad22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ author_email = ned@nedbatchelder.com license = Apache-2.0 zip_safe = False classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: Apache Software License Natural Language :: English diff --git a/src/dinghy/__init__.py b/src/dinghy/__init__.py index f5d3b45..a3afded 100644 --- a/src/dinghy/__init__.py +++ b/src/dinghy/__init__.py @@ -2,4 +2,4 @@ Dinghy daily digest tool. """ -__version__ = "0.15.0" +__version__ = "1.0.0"