Skip to content

Commit

Permalink
Bump version to v2.0.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
roaldnefs authored Mar 17, 2019
1 parent 5de6093 commit c6e095c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog
This document records all notable changes to `transip-api <https://github.com/benkonrath/transip-api>`_.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

`2.0.0`_ (2019-03-17)
---------------------

* Changed default cryptography library from rsa to cryptography

`1.0.1`_ (2019-03-17)
---------------------

Expand Down Expand Up @@ -40,3 +45,4 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
.. _0.4.1: https://github.com/benkonrath/transip-api/compare/0.4.0...0.4.1
.. _1.0.0: https://github.com/benkonrath/transip-api/compare/0.4.1...v1.0.0
.. _1.0.1: https://github.com/benkonrath/transip-api/compare/v1.0.0...v1.0.1
.. _2.0.0: https://github.com/benkonrath/transip-api/compare/v1.0.1...v2.0.0
2 changes: 1 addition & 1 deletion transip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
For usage of the API itself, please see https://www.transip.eu/transip/api/
"""

__version__ = '1.0.1'
__version__ = '2.0.0'

0 comments on commit c6e095c

Please sign in to comment.