Skip to content

Commit

Permalink
Merge pull request #40 from fintoc-com/release/prepare-2.2.0
Browse files Browse the repository at this point in the history
Prepare 2.2.0 release
  • Loading branch information
daleal authored Dec 14, 2021
2 parents 8be023b + 60d142a commit c6db2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fintoc/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Module to hold the version utilities."""

version_info = (2, 1, 2)
version_info = (2, 2, 0)
__version__ = ".".join([str(x) for x in version_info])
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fintoc"
version = "2.1.2"
version = "2.2.0"
description = "The official Python client for the Fintoc API."
authors = ["Daniel Leal <[email protected]>", "Nebil Kawas <[email protected]>"]
maintainers = ["Daniel Leal <[email protected]>"]
Expand Down

0 comments on commit c6db2e9

Please sign in to comment.