Skip to content

Commit

Permalink
Bump version to 1.1.0 (#59)
Browse files Browse the repository at this point in the history
* Bump version to 1.1.0

* Update changelog

* Oops, changelog typo
  • Loading branch information
jeancochrane authored Apr 30, 2022
1 parent 17dd72e commit 13573a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0](https://github.com/jeancochrane/pytest-flask-sqlalchemy/releases/tag/v1.1.0) (2022-04-30)

### Changed

- Add support for Python 3.8, 3.9, and 3.10 ([#60](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/60))
- Add support for SQLAlchemy 1.4 ([#51](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/51))

### Removed

- Drop support for Python versions prior to 3.6
- Drop support for Python versions prior to 3.6 ([#34](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/34))
- Drop support for Python 3.6 ([#60](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/60))
- Drop support for pytest < 6.0.1 ([#39](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/39))

## [1.0.2](https://github.com/jeancochrane/pytest-flask-sqlalchemy/releases/tag/v1.0.2) (2019-04-03)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def readme():
long_description=readme(),
long_description_content_type='text/markdown',
license='MIT',
version='1.0.2',
version='1.1.0',
packages=['pytest_flask_sqlalchemy'],
install_requires=['pytest>=3.2.1',
'pytest-mock>=1.6.2',
Expand Down

0 comments on commit 13573a9

Please sign in to comment.