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.
2 parents 19cd396 + 8addaa2 commit 8d806a9Copy full SHA for 8d806a9
Makefile
@@ -47,6 +47,8 @@ lint:
47
clean:
48
rm -rf venv && rm -rf node_modules
49
50
+release:
51
+ git commit -m "fix: force a new release" --allow-empty && git push
52
53
######################
54
# HELP
models/__version__.py
@@ -1,2 +1,2 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = "1.2.0"
+__version__ = "1.2.1"
0 commit comments