Skip to content

Commit

Permalink
Version bumped to v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Aug 6, 2018
1 parent f0b4541 commit ae054f6
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.6.6"
version = "0.6.7"
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.6.6"
version = "0.6.7"
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.6.6"
version = "0.6.7"
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.6.6"
version = "0.6.7"
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.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.6'
release = '0.6.7'

# 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.6.6"),
VERSION: JSON.stringify("0.6.7"),
"process.env.NODE_ENV": JSON.stringify(process.env['NODE_ENV']),
DEBUG: DEV,
}),
Expand Down

0 comments on commit ae054f6

Please sign in to comment.