We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef423b9 commit 58e0bf4Copy full SHA for 58e0bf4
CHANGES.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+v1.0.5 (30-06-2014)
6
+-------------------
7
+
8
+- Changed multi-line outputs to print first line of output on a new line
9
+- Fixed solution checking on Windows
10
11
12
v1.0.4 (29-06-2014)
13
-------------------
14
EulerPy/__init__.py
@@ -3,5 +3,5 @@
"""
__author__ = 'Kevin Yap'
-__version__ = '1.0.4'
+__version__ = '1.0.5'
__license__ = 'MIT License'
0 commit comments