-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WC-1298: Merge branch 'release/1.2.1'
- Loading branch information
Showing
11 changed files
with
251 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
hszinc (1.2.1) unstable; urgency=low | ||
* Add auto-upgrade of grid version; grids now default to v2.0 and | ||
move to v3.0 if a v3.0 type is encountered. | ||
* Add grid version type enforcement; if a version is specified for | ||
a grid, raise an error if an unsupported type is used. | ||
-- Samuel Toh <[email protected]> Tue, 13 Feb 2018 17:05:40 +1000 | ||
|
||
hszinc (1.2.0) unstable; urgency=low | ||
* Re-worked on hszinc's parser to support Haystack v3 data structures. | ||
* Added support for Haystack list. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,6 @@ | |
__copyright__ = 'Copyright 2016, VRT Systems' | ||
__credits__ = ['VRT Systems'] | ||
__license__ = 'BSD' | ||
__version__ = '1.2.0' | ||
__version__ = '1.2.1' | ||
__maintainer__ = 'VRT Systems' | ||
__email__ = '[email protected]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.