Skip to content

Commit a4f7e95

Browse files
mugdhadhole1phiwuu
authored andcommitted
TRLC Release 2.0.3
1 parent ede35c4 commit a4f7e95

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3-dev
28+
### 2.0.3
2929

3030
* [API] Fix incorrect output of `Integer_Literal.dump()` method.
3131

tests-system/lint-vcg-tuple/output

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ c, "potato"
55
| x = 1
66
| y = 2
77
| p = -1
8-
| q = -3
8+
| q = -2
99
| /* c is null */
1010
| }
1111
then x.version > 5

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, 3)
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)