Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blalop committed Jan 28, 2022
1 parent ea5c68b commit 188bcbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand All @@ -40,4 +40,4 @@
'Topic :: Office/Business :: Financial :: Accounting',
'Typing :: Typed'
]
)
)

0 comments on commit 188bcbb

Please sign in to comment.