lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.0.0rc8 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.0.0rc9

- old
+ new

@@ -1,8 +1,11 @@ # adiwg mdTranslator # version 2 history +# 2.0.0rc9 2017-05-26 allow choice of which dictionary to translate +# ... fix bug when no dictionary is provided in mdJson +# ... add sbJson writer # 2.0.0rc6 2017-05-24 move geometries to real world if in -1 or +1 world # --- removed special characters from ids for gml:id= in iso writers # 2.0.0rc5 2017-05-20 Fixed bug with no writer provided # 2.0.0rc4 2017-05-19 bump mdJson schema version to 2.1.2 # 2.0.0rc3 2017-05-16 removed topicCategory from schema and manage as keyword @@ -11,10 +14,10 @@ # 2.0.0 2016-10-01 start of version 2 module ADIWG module Mdtranslator # current mdtranslator version - VERSION = "2.0.0rc8" + VERSION = "2.0.0rc9" end end # version 1 history # 1.0.0rc1 2015-02-27 schema 1.0 support