lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.7.1 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.7.2

- old
+ new

@@ -1,9 +1,10 @@ # adiwg mdCodes # version 2 history -# 2.7.1 2018-10-06 added local projections to mapProjection +# 2.7.2 2018-10-15 added 'other' to mapProjection +# 2.7.1 2018-10-06 added 'localPlanar' and 'localSystem' to mapProjection # 2.6.2 2018-04-05 renamed iso_dataType to iso_entityType # 2.5.0 2018-03-28 added adiwg dataTypes codelist (ANSI and SQL data types) # 2.4.0 2018-01-10 added adiwg mapProjection codelist # 2.3.3 2017-10-11 added associationType code 'isPartOf' # 2.3.2 2017-10-05 added spatialRepresentation code 'coordinate' @@ -20,10 +21,10 @@ # 2.1.1 2016-12-18 change to European spelling 'polarisation' # 2.1.0 2016-11-27 added 10 MI codelists module ADIWG module Mdcodes - VERSION = "2.7.1" + VERSION = "2.7.2" end end # version 1 history # 0.1.0 2014-11-05 first release