File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ Note: this project had no release versions between 0.6.6b1_ and
11
11
0.7.0 _. Notable changes made between these versions, and before them, are
12
12
documented in the commit history.
13
13
14
- Unreleased _
15
- -----------
14
+
15
+ `1.0.0-rc2 `_ - 2023-10-08
16
+ -------------------------
16
17
17
18
Added
18
19
~~~~~
@@ -1286,7 +1287,8 @@ This release is the first in the Git version control system.
1286
1287
1287
1288
1288
1289
.. 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
1290
1292
.. _1.0.0-rc1 : https://github.com/dictation-toolbox/dragonfly/compare/0.35.0...1.0.0-rc1
1291
1293
.. _0.35.0 : https://github.com/dictation-toolbox/dragonfly/compare/0.34.1...0.35.0
1292
1294
.. _0.34.1 : https://github.com/dictation-toolbox/dragonfly/compare/0.34.0...0.34.1
Original file line number Diff line number Diff line change 18
18
# <http://www.gnu.org/licenses/>.
19
19
#
20
20
21
+ __version__ = "1.0.0-rc2"
22
+
21
23
import sys
22
24
23
25
#---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
- 1.0.0-rc1
1
+ 1.0.0-rc2
You can’t perform that action at this time.
0 commit comments