Skip to content

Commit 9c072df

Browse files
committed
Updated EulerPy to v1.2.1
1 parent 2ba15d5 commit 9c072df

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

5+
v1.2.1 (2014-08-10)
6+
-------------------
7+
8+
- Changed --generate to allow skipped problem files to be regenerated
9+
10+
511
v1.2.0 (2014-08-06)
612
-------------------
713

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.2.0'
6+
__version__ = '1.2.1'
77
__license__ = 'MIT License'

0 commit comments

Comments
 (0)