Skip to content

Commit

Permalink
bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Mar 2, 2022
1 parent c22ce2c commit 26a360f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0]

### Added

- (GH #493) redesign upload UI
Expand Down Expand Up @@ -77,4 +79,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GH (GH #493) redesign upload UI
- removed vue-material-design-icons

[Unreleased]: https://github.com/CSCfi/swift-browser-ui/compare/1.1.0b8...devel
[Unreleased]: https://github.com/CSCfi/swift-browser-ui/compare/2.0.0...devel
[v2.0.0]: https://github.com/CSCfi/swift-browser-ui/compare/1.1.0b8...2.0.0
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.1.0b8"
version = release = "2.0.0"


# -- 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 @@ -6,6 +6,6 @@
"""

__name__ = "swift_browser_ui"
__version__ = "1.1.0b8"
__version__ = "2.0.0"
__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.1.0b8",
"version": "2.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode development",
Expand Down Expand Up @@ -61,4 +61,4 @@
"> 3%",
"last 2 versions"
]
}
}

0 comments on commit 26a360f

Please sign in to comment.