We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede35c4 commit a4f7e95Copy full SHA for a4f7e95
3 files changed
CHANGELOG.md
@@ -25,7 +25,7 @@ generated in the following situations:
25
## Changelog
26
27
28
-### 2.0.3-dev
+### 2.0.3
29
30
* [API] Fix incorrect output of `Integer_Literal.dump()` method.
31
tests-system/lint-vcg-tuple/output
@@ -5,7 +5,7 @@ c, "potato"
5
| x = 1
6
| y = 2
7
| p = -1
8
-| q = -3
+| q = -2
9
| /* c is null */
10
| }
11
then x.version > 5
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, 3)
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