Skip to content

Commit

Permalink
Update version to 1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Matellanes committed Jun 13, 2018
1 parent fe5b499 commit 0890e0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Release History
---------------

1.0a1 (2018-06-12)
~~~~~~~~~~~~~~~~~~
1.0.0-alpha (2018-06-13)
~~~~~~~~~~~~~~~~~~~~~~~~
- Update to the `new Fixer endpoint <https://data.fixer.io/api/>`_.
- Add Fixer API Access Key support.
- Drop Changing base currency support. This option is not supported by Free Plan.
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0a1'
version = u'1.0.0-alpha'
# The full version, including alpha/beta/rc tags.
release = u'1.0a1'
release = u'1.0.0-alpha'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -141,7 +141,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'fixerio v1.0a1'
# html_title = u'fixerio v1.0.0-alpha'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion fixerio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .client import Fixerio # noqa

__version__ = '1.0a1'
__version__ = '1.0.0-alpha'

0 comments on commit 0890e0e

Please sign in to comment.