Skip to content

Commit 5a58283

Browse files
committed
Prepare to release gem 0.3.17
1 parent 1999415 commit 5a58283

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Head
22

3+
# 0.3.17 - 2015 May 14
4+
35
- Fix a bug when simplifying SUM("Not a number") and the like
46

57
# 0.3.16 - 2015 May 12

src/excel_to_code.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ExcelToCode
2-
def self.version() "0.3.16" end
2+
def self.version() "0.3.17" end
33
end
44

55
require_relative 'commands'

0 commit comments

Comments
 (0)