Skip to content

Commit 739176d

Browse files
committed
build: version 1.0.0
1 parent 0c8e27c commit 739176d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ See the fragment files in the `scriv.d directory`_.
2222

2323
.. scriv-insert-here
2424
25+
.. _changelog-1.0.0:
26+
27+
1.0.0 — 2022-12-03
28+
------------------
29+
30+
- Nothing has changed, just decided Dinghy was stable enough to call 1.0.0.
31+
2532
.. _changelog-0.15.0:
2633

2734
0.15.0 — 2022-11-09

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author_email = ned@nedbatchelder.com
1919
license = Apache-2.0
2020
zip_safe = False
2121
classifiers =
22-
Development Status :: 4 - Beta
22+
Development Status :: 5 - Production/Stable
2323
Intended Audience :: Developers
2424
License :: OSI Approved :: Apache Software License
2525
Natural Language :: English

src/dinghy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Dinghy daily digest tool.
33
"""
44

5-
__version__ = "0.15.0"
5+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)