Skip to content

Commit

Permalink
1.6 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed Jun 8, 2021
1 parent 88a4a49 commit 59455fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ forex-python

Forex Python is a Free Foreign exchange rates and currency conversion.

**Note: Install latest forex-python==1.5 to avoid RatesNotAvailableError**
**Note: Install latest forex-python==1.6 to avoid RatesNotAvailableError**

Features of Forex Python:
---------
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@

# General information about the project.
project = u'forex-python'
copyright = u'2019, MicroPyramid Informatics Pvt. Ltd.'
copyright = u'2021, MicroPyramid Informatics Pvt. Ltd.'
author = u'MicroPyramid Informatics Pvt. Ltd.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'1.2'
version = u'1.6'
# The full version, including alpha/beta/rc tags.
release = u'1.2'
release = u'1.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from setuptools import setup, find_packages

VERSION = '1.5'
VERSION = '1.6'
long_description_text = """Forex Python is a Free Foreign exchange rates and currency conversion.
Features:
List all currency rates.
Expand Down

0 comments on commit 59455fd

Please sign in to comment.