We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f79b4b commit a989306Copy full SHA for a989306
CHANGELOG.md
@@ -25,6 +25,10 @@ generated in the following situations:
25
## Changelog
26
27
28
+### 2.0.2-dev
29
+
30
31
32
### 2.0.1
33
34
* [TRLC] Fix an UnboundLocalError when missing a term
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, 1)
22
-VERSION_SUFFIX = ""
+VERSION_TUPLE = (2, 0, 2)
+VERSION_SUFFIX = "dev"
23
24
TRLC_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")
0 commit comments