Skip to content

Commit

Permalink
bump to version 1.0.0rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Nov 4, 2020
1 parent 16ff123 commit dcbb5d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.0rc9'
version = release = '1.0.0rc10'


# -- General configuration ---------------------------------------------------
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.0rc9"
__version__ = "1.0.0rc10"
__author__ = "CSC Developers"
__license__ = "MIT License"
4 changes: 2 additions & 2 deletions swift_browser_ui_frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions swift_browser_ui_frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swift_browser_ui_frontend_npm",
"version": "1.0.0rc9",
"version": "1.0.0rc10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -58,4 +58,4 @@
"> 3%",
"last 2 versions"
]
}
}

0 comments on commit dcbb5d8

Please sign in to comment.