Skip to content

Commit 650b51a

Browse files
committed
TRLC Release 2.0.2
1 parent 3085574 commit 650b51a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generated in the following situations:
2525
## Changelog
2626

2727

28-
### 2.0.2-dev
28+
### 2.0.2
2929

3030
* [TRLC] Fix AssertionError when using Markup_String with triple double quoted strings
3131

trlc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# along with TRLC. If not, see <https://www.gnu.org/licenses/>.
2020

2121
VERSION_TUPLE = (2, 0, 2)
22-
VERSION_SUFFIX = "dev"
22+
VERSION_SUFFIX = ""
2323

2424
TRLC_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
2525
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")

0 commit comments

Comments
 (0)