We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3085574 commit 650b51aCopy full SHA for 650b51a
CHANGELOG.md
@@ -25,7 +25,7 @@ generated in the following situations:
25
## Changelog
26
27
28
-### 2.0.2-dev
+### 2.0.2
29
30
* [TRLC] Fix AssertionError when using Markup_String with triple double quoted strings
31
trlc/version.py
@@ -19,7 +19,7 @@
19
# along with TRLC. If not, see <https://www.gnu.org/licenses/>.
20
21
VERSION_TUPLE = (2, 0, 2)
22
-VERSION_SUFFIX = "dev"
+VERSION_SUFFIX = ""
23
24
TRLC_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")
0 commit comments