From cd82b4d043bb10123b6b0021bb1a6fce0d02aa9a Mon Sep 17 00:00:00 2001 From: Alex Dunae Date: Fri, 2 Sep 2011 15:24:38 -0700 Subject: [PATCH] Version bump --- CHANGELOG | 3 +++ LICENSE | 2 +- lib/holidays.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a03c49e..05d0a90 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ = Ruby Holidays Gem CHANGELOG +== 1.0.3 +* Add Austrian holiday definitions (thanks to Vogel Siegfried) + == 1.0.2 * Add `orthodox_easter` method and Greek holiday definitions (thanks https://github.com/ddimitriadis) diff --git a/LICENSE b/LICENSE index c5834ab..da50480 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ==== Ruby Holidays Gem License -Copyright (c) 2007-08 Alex Dunae +Copyright (c) 2007-11 Alex Dunae Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/holidays.rb b/lib/holidays.rb index 54f450a..74a5252 100644 --- a/lib/holidays.rb +++ b/lib/holidays.rb @@ -43,7 +43,7 @@ module Holidays # Exception thrown when an unknown region is requested. class UnknownRegionError < ArgumentError; end - VERSION = '1.0.2' + VERSION = '1.0.3' @@regions = [] @@holidays_by_month = {}