Jose Diaz-Gonzalez

Release version 0.4.1

1 Changelog 1 Changelog
2 ========= 2 =========
3 3
4 +0.4.1 (2016-06-12)
5 +------------------
6 +
7 +- Add utf-8 encoding to each python file. [Jose Diaz-Gonzalez]
8 +
4 0.4.0 (2016-06-12) 9 0.4.0 (2016-06-12)
5 ------------------ 10 ------------------
6 11
......
...@@ -61,9 +61,9 @@ author = u'Mitch Garnaat' ...@@ -61,9 +61,9 @@ author = u'Mitch Garnaat'
61 # built documents. 61 # built documents.
62 # 62 #
63 # The short X.Y version. 63 # The short X.Y version.
64 -version = '0.4.0' 64 +version = '0.4.1'
65 # The full version, including alpha/beta/rc tags. 65 # The full version, including alpha/beta/rc tags.
66 -release = '0.4.0' 66 +release = '0.4.1'
67 67
68 # The language for content autogenerated by Sphinx. Refer to documentation 68 # The language for content autogenerated by Sphinx. Refer to documentation
69 # for a list of supported languages. 69 # for a list of supported languages.
......
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
13 # See the License for the specific language governing permissions and 13 # See the License for the specific language governing permissions and
14 # limitations under the License. 14 # limitations under the License.
15 15
16 -__version__ = '0.4.0' 16 +__version__ = '0.4.1'
......