Skip to content

Commit

Permalink
Merge pull request #121 from CSCfi/devel
Browse files Browse the repository at this point in the history
bump 1.0.0rc13
  • Loading branch information
blankdots authored Jan 28, 2021
2 parents e94dfbe + 2b657b7 commit d7a6744
Show file tree
Hide file tree
Showing 16 changed files with 182 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
node: ['12']
node: ['14']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
node: ['12']
node: ['14']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '14' ]
node: ['14']
name: Node ${{ matrix.node }} eslint check
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
node: ['12']
node: ['14']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8]
node: ['12']
node: ['14']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = 'CSC Developers'

# The full version, including alpha/beta/rc tags
version = release = '1.0.0rc12'
version = release = '1.0.0rc13'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/source/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Variables are depicted in the table below:
+---------------------------------------------+---------+---------------------------------------------------------------+--+--+
| ``BROWSER_START_REQUEST_INT_ENDPOINT_URL`` | | internal URL / hostname of the request API | | |
+---------------------------------------------+---------+---------------------------------------------------------------+--+--+
| ``LOG_LEVEL`` | | set logging level e.g. INFO, DEBUG | | |
+---------------------------------------------+---------+---------------------------------------------------------------+--+--+

.. hint:: Authentication endpoint can also be specified with any openrc file,
which can be usually downloaded from Openstack. The setup script
Expand Down
2 changes: 1 addition & 1 deletion swift_browser_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@


__name__ = "swift_browser_ui"
__version__ = "1.0.0rc12"
__version__ = "1.0.0rc13"
__author__ = "CSC Developers"
__license__ = "MIT License"
Loading

0 comments on commit d7a6744

Please sign in to comment.