Skip to content

Commit

Permalink
Merge pull request #255 from julmon/bump_1_2
Browse files Browse the repository at this point in the history
Bump version number to 1.2
  • Loading branch information
julmon authored Jan 15, 2018
2 parents 043216a + 15864fc commit 794913f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions doc/temboard-upgrade-1.1-1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Upgrade `1.1` to `1.2` (RHEL/CentOS)

Stop `temboard` service:
```shell
sudo systemctl stop temboard
```

New package installation:
```shell
sudo yum install temboard
```

Start `temboard` service:
```shell
sudo systemctl start temboard
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pages:
- Server installation from sources: temboard-install-sources.md
- Server installation from RPM: temboard-install-rpm.md
- Repository setup: temboard-repository-setup.md
- Upgrade 1.1 to 1.2 (RHEL/CentOS): temboard-upgrade-1.1-1.2.md
- Upgrade 0.0.1 to 1.1 (RHEL/CentOS): temboard-upgrade-0.0.1-1.1.md
- How To: temboard-howto.md

Expand Down
2 changes: 1 addition & 1 deletion temboardui/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.dev1"
__version__ = "1.2"

0 comments on commit 794913f

Please sign in to comment.