Skip to content

Commit 295541d

Browse files
authored
Merge pull request #104 from fossology/new-version-2.1.0
New version 2.1.0
2 parents d6b1b38 + 0a6f8ff commit 295541d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/doc-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Build the documents
2828
run: poetry run sphinx-build -b html docs-source docs
2929

30-
- name: Publish the pages
31-
uses: JamesIves/[email protected].0
30+
- name: Deploy to GitHub Pages
31+
uses: JamesIves/github-pages-deploy-action@v4.4.1
3232
with:
3333
branch: gh-pages
3434
folder: docs

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ See `the OpenAPI specification <https://raw.githubusercontent.com/fossology/foss
3232
- 1.3.2 (Fossology 3.11.0)
3333
- 1.4.0 (Fossology 4.0.0)
3434
- 1.4.3 (Fossology 4.1.0)
35+
- 1.5.1 (Fossology 4.2.0) - partially covered, see #52 for the list of missing supported API feature
3536

3637
**NOTE**
3738

docs-source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = "2021, Siemens AG"
2323

2424
# The full version, including major/minor/patch tags
25-
release = "2.0.0"
25+
release = "2.1.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fossology"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "A library to automate Fossology from Python scripts"
55
authors = ["Marion Deveaud <[email protected]>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)