From 26d07bb9615c97525b2074433b4f3dcaa9cda706 Mon Sep 17 00:00:00 2001 From: Niklaus Giger Date: Tue, 12 May 2015 18:03:16 +0200 Subject: [PATCH] Bumped version to 2.0.10 --- Gemfile.lock | 2 +- History.txt | 4 ++++ lib/oddb2xml/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 720e5c0..b70b9b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oddb2xml (2.0.9) + oddb2xml (2.1.0) archive-tar-minitar (~> 0.5.2) mechanize (~> 2.5.1) nokogiri (~> 1.5.10) diff --git a/History.txt b/History.txt index 7043e4f..f27cc58 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 2.1.0 / 12.05.2015 + +* --calc uses now a parser to split Column-C into the preparationname and the galenic-form + === 2.0.9 / 05.05.2015 * rm /downloads when running with option "-e" diff --git a/lib/oddb2xml/version.rb b/lib/oddb2xml/version.rb index 2ac75db..fde40bb 100644 --- a/lib/oddb2xml/version.rb +++ b/lib/oddb2xml/version.rb @@ -1,3 +1,3 @@ module Oddb2xml - VERSION = "2.0.9" + VERSION = "2.1.0" end