Skip to content

Commit

Permalink
Preparing v1.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Dec 16, 2020
1 parent 814d1a1 commit f1150e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.2.9 - 16-Dec-2020
---------------------------

* Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a
zoneinfo file that includes rules specifying an additional transition to the
final defined offset (for example, Africa/Casablanca in version 2018e of the
Time Zone Database). #123.


Version 1.2.8 - 8-Nov-2020
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion tzinfo.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'tzinfo'
s.version = '1.2.8'
s.version = '1.2.9'
s.summary = 'Daylight savings aware timezone library'
s.description = 'TZInfo provides daylight savings aware transformations between times in different time zones.'
s.author = 'Philip Ross'
Expand Down

0 comments on commit f1150e9

Please sign in to comment.