Skip to content

Commit d564c29

Browse files
committed
Update to version 1.0.0 release candidate 2
Please see the changelog for the list of changes in this release.
1 parent e726b87 commit d564c29

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ Note: this project had no release versions between 0.6.6b1_ and
1111
0.7.0_. Notable changes made between these versions, and before them, are
1212
documented in the commit history.
1313

14-
Unreleased_
15-
-----------
14+
15+
`1.0.0-rc2`_ - 2023-10-08
16+
-------------------------
1617

1718
Added
1819
~~~~~
@@ -1286,7 +1287,8 @@ This release is the first in the Git version control system.
12861287

12871288

12881289
.. Release links.
1289-
.. _Unreleased: https://github.com/dictation-toolbox/dragonfly/compare/1.0.0-rc1...HEAD
1290+
.. _Unreleased: https://github.com/dictation-toolbox/dragonfly/compare/1.0.0-rc2...HEAD
1291+
.. _1.0.0-rc2: https://github.com/dictation-toolbox/dragonfly/compare/1.0.0-rc1...1.0.0-rc2
12901292
.. _1.0.0-rc1: https://github.com/dictation-toolbox/dragonfly/compare/0.35.0...1.0.0-rc1
12911293
.. _0.35.0: https://github.com/dictation-toolbox/dragonfly/compare/0.34.1...0.35.0
12921294
.. _0.34.1: https://github.com/dictation-toolbox/dragonfly/compare/0.34.0...0.34.1

dragonfly/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
# <http://www.gnu.org/licenses/>.
1919
#
2020

21+
__version__ = "1.0.0-rc2"
22+
2123
import sys
2224

2325
#---------------------------------------------------------------------------

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-rc1
1+
1.0.0-rc2

0 commit comments

Comments
 (0)