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' ] - ) +)