From 188bcbbd935311d4ea4613d70cb06e3f38afde5c Mon Sep 17 00:00:00 2001 From: Alejandro Blanco Date: Fri, 28 Jan 2022 15:31:07 +0100 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 2 ++ setup.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f53f53..37b2844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog). ## [Unreleased](https://github.com/blalop/bbva2pandas/tree/main) + +## [1.1.0](https://github.com/idealista/bbva2pandas/tree/1.1.0) ### Added - Python 3.10 support ### Fixed diff --git a/setup.py b/setup.py index 1fd617f..78d4e2f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ packages=find_packages(exclude=['tests']), keywords='bbva pdf bank regex', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: Financial and Insurance Industry', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', @@ -40,4 +40,4 @@ 'Topic :: Office/Business :: Financial :: Accounting', 'Typing :: Typed' ] - ) +)