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 84b1e70 commit ea21a76Copy full SHA for ea21a76
requirements/time_tracker_api/prod.txt
@@ -23,6 +23,9 @@ flask-restplus==0.12.1
23
#CLI support
24
Flask-Script==2.0.6
25
26
+#Semantic versioning
27
+python-semantic-release==5.1.0
28
+
29
# The Debug Toolbar
30
Flask-DebugToolbar==0.11.0
31
setup.cfg
@@ -2,6 +2,10 @@
2
testpaths = tests
3
addopts = -p no:warnings
4
5
+[semantic_release]
6
+version_variable = time_tracker_api/__init__.py:__version__
7
+upload_to_pypi = false
8
9
[coverage:run]
10
branch = True
11
source =
0 commit comments