Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openfirmware committed May 23, 2020
1 parent e75cda4 commit 1039912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for Data Transloader

## Version 0.7.0 (Unreleased)
## Version 0.7.0 (2020-05-22)

* Add warnings for empty ObservedProperty attributes in the Ontologies
* Follow redirects when stations list is moved to a new URL
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.6.2'
'0.7.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.6.2'
'0.7.0'
end
end

0 comments on commit 1039912

Please sign in to comment.