Skip to content

Commit

Permalink
Version details
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Jul 12, 2016
1 parent d8467f1 commit f903abc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AEMO Gem Changelog

## 0.1.34

* Added AEMO::Market::Node to deal with Region v Node differences

## 0.1.33

* Rubocop lint bugfix (AEMO::NEM12.parse_nem12 not breaking up rows correctly)
Expand Down
2 changes: 1 addition & 1 deletion lib/aemo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# @author Joel Courtney <euphemize@gmail.com>
module AEMO
# aemo version
VERSION = '0.1.33'.freeze
VERSION = '0.1.34'.freeze

# aemo version split amongst different revisions
MAJOR_VERSION, MINOR_VERSION, REVISION = VERSION.split('.').map(&:to_i)
Expand Down

0 comments on commit f903abc

Please sign in to comment.