Time Series Analysis Using Keras/Tensorflow

Are there any examples of Time Series analysis using RNN/LSTM in Tensorflow using Keras.
There seems to be lot of changes in Tensorflow from version 0.12 and I am not able to get a good example to follow.

AttributeError: module ‘tensorflow.contrib.rnn.python.ops.core_rnn_cell’ has no attribute ‘seq2seq’

I am following the lesson 13 and reading on RNN to understand it more.

I created a pretty simple one here: [http://mlbloggen.no/wp-content/uploads/2017/05/Fibonacci_seq_prediction.html]
Working on example with multiple features(columns) as well as implementing stateful atm.