Skip to content

Commit 58e0bf4

Browse files
committed
Updated package to v1.0.5
1 parent ef423b9 commit 58e0bf4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

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+
512
v1.0.4 (29-06-2014)
613
-------------------
714

EulerPy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"""
44

55
__author__ = 'Kevin Yap'
6-
__version__ = '1.0.4'
6+
__version__ = '1.0.5'
77
__license__ = 'MIT License'

0 commit comments

Comments
 (0)