Skip to content

Commit

Permalink
Version bumped to v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed May 3, 2018
1 parent e7a4f3f commit 8d27a78
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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 @@ -6,7 +6,7 @@ license = "MIT"
readme = "README.rst"
keywords = ["monitoring", "statistics"]
homepage = "http://github.com/tailhook/cantal"
version = "0.5.13"
version = "0.5.14"
authors = ["paul@colomiets.name"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cantal_history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The compressed in-memory history storage for cantal statistics"
license = "MIT"
keywords = ["monitoring", "statistics"]
homepage = "http://github.com/tailhook/cantal"
version = "0.5.13"
version = "0.5.14"
authors = ["paul@colomiets.name"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cantal_query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The query language and processor for cantal statistics"
license = "MIT"
keywords = ["monitoring", "statistics"]
homepage = "http://github.com/tailhook/cantal"
version = "0.5.13"
version = "0.5.14"
authors = ["paul@colomiets.name"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cantal_values/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The parser of cantal file format"
license = "MIT"
keywords = ["monitoring", "statistics"]
homepage = "http://github.com/tailhook/cantal"
version = "0.5.13"
version = "0.5.14"
authors = ["paul@colomiets.name"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion docs/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.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.13'
release = '0.5.14'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {
}),
new webpack.NoEmitOnErrorsPlugin(),
new webpack.DefinePlugin({
VERSION: JSON.stringify("0.5.13"),
VERSION: JSON.stringify("0.5.14"),
"process.env.NODE_ENV": JSON.stringify(process.env['NODE_ENV']),
DEBUG: DEV,
}),
Expand Down

0 comments on commit 8d27a78

Please sign in to comment.