Skip to content

Commit

Permalink
Bump EulerPy to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iKevinY committed Dec 14, 2019
1 parent 076dc90 commit 7066db1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

v1.4.0 (2019-12-13)
------------------

- Added Python 3.8 support
- Updated problem 59 to newer variant


v1.3.0 (2016-05-09)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion EulerPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""

__author__ = 'Kevin Yap'
__version__ = '1.3.0'
__version__ = '1.4.0'
__license__ = 'MIT'
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ def requirements():
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
keywords=['EulerPy', 'euler', 'project-euler', 'projecteuler'],
include_package_data=True,
Expand Down

0 comments on commit 7066db1

Please sign in to comment.