We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7def981 commit 79ca165Copy full SHA for 79ca165
doc/release_notes/26.md
@@ -1,3 +1,12 @@
1
+# rmToo 26.0.2 Release Notes
2
+
3
+*Release Date: 2025-07-16*
4
5
+## No changes
6
7
+Because of a problem with pypi there is the need to bump up the version number.
8
+No changes, same content as version 26.0.1.
9
10
# rmToo 26.0.1 Release Notes
11
12
*Release Date: 2025-07-15*
setup.py
@@ -8,7 +8,7 @@
from setuptools import setup
PACKAGE = 'rmtoo'
-VERSION = '26.0.0'
+VERSION = '26.0.2'
13
ADD_DATA = []
14
0 commit comments