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 c2e2be1 + 56cc8cf commit 2b32c82Copy full SHA for 2b32c82
requirements/time_tracker_api/prod.txt
@@ -24,7 +24,7 @@ flask-restplus==0.12.1
24
Flask-Script==2.0.6
25
26
#Semantic versioning
27
-python-semantic-release==5.1.0
+python-semantic-release==5.2.0
28
29
# The Debug Toolbar
30
Flask-DebugToolbar==0.11.0
setup.cfg
@@ -5,6 +5,7 @@ addopts = -p no:warnings
5
[semantic_release]
6
version_variable = time_tracker_api/__init__.py:__version__
7
upload_to_pypi = false
8
+remove_dist = false
9
10
[coverage:run]
11
branch = True
0 commit comments