Version bump

master
Alex Dunae 2011-09-02 15:24:38 -07:00
parent 2fd71e750a
commit cd82b4d043
3 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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

View File

@ -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 = {}