Skip to content

Commit dc34868

Browse files
author
Ravi kumar
authored
Merge pull request #62 from MicroPyramid/fpy_param
change source url
2 parents d0a2478 + a259839 commit dc34868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

forex_python/converter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, force_decimal=False):
2424
self._force_decimal = force_decimal
2525

2626
def _source_url(self):
27-
return "https://ratesapi.io/api/"
27+
return "https://api.ratesapi.io/api/"
2828

2929
def _get_date_string(self, date_obj):
3030
if date_obj is None:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from setuptools import setup, find_packages
44

5-
VERSION = '1.4'
5+
VERSION = '1.5'
66
long_description_text = """Forex Python is a Free Foreign exchange rates and currency conversion.
77
Features:
88
List all currency rates.

0 commit comments

Comments
 (0)