Skip to content

Commit

Permalink
Merge pull request #104 from fossology/new-version-2.1.0
Browse files Browse the repository at this point in the history
New version 2.1.0
  • Loading branch information
deveaud-m authored Mar 23, 2023
2 parents d6b1b38 + 0a6f8ff commit 295541d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build the documents
run: poetry run sphinx-build -b html docs-source docs

- name: Publish the pages
uses: JamesIves/[email protected].0
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: docs
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ See `the OpenAPI specification <https://raw.githubusercontent.com/fossology/foss
- 1.3.2 (Fossology 3.11.0)
- 1.4.0 (Fossology 4.0.0)
- 1.4.3 (Fossology 4.1.0)
- 1.5.1 (Fossology 4.2.0) - partially covered, see #52 for the list of missing supported API feature

**NOTE**

Expand Down
2 changes: 1 addition & 1 deletion docs-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
copyright = "2021, Siemens AG"

# The full version, including major/minor/patch tags
release = "2.0.0"
release = "2.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fossology"
version = "2.0.0"
version = "2.1.0"
description = "A library to automate Fossology from Python scripts"
authors = ["Marion Deveaud <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 295541d

Please sign in to comment.