Skip to content

Commit

Permalink
bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKueltz committed Jul 14, 2021
1 parent b627b98 commit f2c8337
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ fastecdsa
:target: https://pypi.org/project/fastecdsa/
:alt: PyPI

.. image:: https://travis-ci.org/AntonKueltz/fastecdsa.svg?branch=master
:target: https://travis-ci.org/AntonKueltz/fastecdsa
.. image:: https://travis-ci.com/AntonKueltz/fastecdsa.svg?branch=master
:target: https://travis-ci.com/AntonKueltz/fastecdsa
:alt: Travis CI

.. image:: https://readthedocs.org/projects/fastecdsa/badge/?version=stable
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.1.6'
release = '2.2.0'

# 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 @@ -57,5 +57,5 @@ def run(self):
name='fastecdsa',
packages=find_packages(),
url='https://github.com/AntonKueltz/fastecdsa',
version='2.1.6',
version='2.2.0',
)

0 comments on commit f2c8337

Please sign in to comment.