Skip to content

Commit

Permalink
Version bumped to v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed May 18, 2017
1 parent 10f57e1 commit 6d54406
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = """
"""
readme = "README.rst"
keywords = ["cluster", "linux", "resource", "configuration", "management"]
version = "0.8.7"
version = "0.8.8"
homepage = "http://github.com/tailhook/verwalter"
documentation = "http://verwalter.readthedocs.org"
authors = ["Paul Colomiets <paul@colomiets.name>"]
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.7'
release = '0.8.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = {
}),
new webpack.NoEmitOnErrorsPlugin(),
new webpack.DefinePlugin({
VERSION: JSON.stringify("v0.8.7"),
VERSION: JSON.stringify("v0.8.8"),
"process.env.NODE_ENV": JSON.stringify(process.env['NODE_ENV']),
DEBUG: DEV,
}),
Expand Down
2 changes: 1 addition & 1 deletion indexed_log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
Logging with json'y indexes
"""
keywords = ["logs", "json"]
version = "0.8.7"
version = "0.8.8"
homepage = "http://github.com/tailhook/verwalter/tree/master/indexed_log"
#readme = "README.rst"
#documentation = "http://verwalter.readthedocs.org"
Expand Down
2 changes: 1 addition & 1 deletion verwalter_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
Verwalter's internal configuration library
"""
keywords = ["config", "verwalter"]
version = "0.8.7"
version = "0.8.8"
homepage = "http://github.com/tailhook/verwalter/tree/master/verwalter_config"
#readme = "README.rst"
#documentation = "http://verwalter.readthedocs.org"
Expand Down

0 comments on commit 6d54406

Please sign in to comment.