Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openfirmware committed Aug 29, 2019
1 parent dca3252 commit ebcd7e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for Data Transloader

## Version 0.6.0 (TBD)
## Version 0.6.0 (2019-08-28)

* Add support for HTTP Basic Access Authentication when downloading and uploading data/metadata
* Support custom HTTP headers being specified by API or by command-line tool
Expand All @@ -26,6 +26,8 @@
* Add DataFile class for re-using data file partial downloading between providers
* Download data file metadata for Data Garrison when downloading metadata
* Use Data File partial downloads for Data Garrison instead of HTML parsing for observations
* Remove obsolete code in Campbell Scientific station class
* Avoid storing multiple duplicate datastreams for Campbell Scientific stations

## Version 0.5.0 (2019-07-26)

Expand Down
2 changes: 1 addition & 1 deletion lib/sensorthings/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SensorThings
def self.version
'0.5.0'
'0.6.0'
end
end
2 changes: 1 addition & 1 deletion lib/transloader/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Transloader
def self.version
'0.5.0'
'0.6.0'
end
end

0 comments on commit ebcd7e5

Please sign in to comment.