We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712b722 commit a32f445Copy full SHA for a32f445
.github/workflows/docs.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
python-version: 3.8
16
- name: Install dependencies
17
+ run: make install-test
18
+ - name: Install mkdocs
19
run: pip install -qU mkdocs-material mkdocstrings
20
- name: Deploy Github Page
21
run: mkdocs gh-deploy --force
facturapi/version.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.0.1.dev1' # pragma: no cover
+__version__ = '0.0.1.dev2' # pragma: no cover
2
CLIENT_VERSION = __version__
0 commit comments