Skip to content

Commit 40c2635

Browse files
authored
Merge pull request #104 from fintoc-com/release/prepare-2.14.0
pre-release: prepare 2.14.0 release
2 parents 6b45c43 + 9c9cc96 commit 40c2635

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fintoc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Module to hold the version utilities."""
22

3-
version_info = (2, 13, 0)
3+
version_info = (2, 14, 0)
44
__version__ = ".".join([str(x) for x in version_info])

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fintoc"
3-
version = "2.13.0"
3+
version = "2.14.0"
44
description = "The official Python client for the Fintoc API."
55
authors = ["Daniel Leal <daniel@fintoc.com>", "Nebil Kawas <nebil@uc.cl>"]
66
maintainers = ["Daniel Leal <daniel@fintoc.com>"]

0 commit comments

Comments
 (0)