We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f7e95 commit 39bb5e7Copy full SHA for 39bb5e7
CHANGELOG.md
@@ -25,6 +25,10 @@ generated in the following situations:
25
## Changelog
26
27
28
+### 2.0.4-dev
29
+
30
31
32
### 2.0.3
33
34
* [API] Fix incorrect output of `Integer_Literal.dump()` method.
trlc/version.py
@@ -18,8 +18,8 @@
18
# You should have received a copy of the GNU General Public License
19
# along with TRLC. If not, see <https://www.gnu.org/licenses/>.
20
21
-VERSION_TUPLE = (2, 0, 3)
22
-VERSION_SUFFIX = ""
+VERSION_TUPLE = (2, 0, 4)
+VERSION_SUFFIX = "dev"
23
24
TRLC_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")
0 commit comments