Skip to content

Commit 13573a9

Browse files
authored
Bump version to 1.1.0 (#59)
* Bump version to 1.1.0 * Update changelog * Oops, changelog typo
1 parent 17dd72e commit 13573a9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.1.0](https://github.com/jeancochrane/pytest-flask-sqlalchemy/releases/tag/v1.1.0) (2022-04-30)
9+
10+
### Changed
11+
12+
- Add support for Python 3.8, 3.9, and 3.10 ([#60](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/60))
13+
- Add support for SQLAlchemy 1.4 ([#51](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/51))
914

1015
### Removed
1116

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def readme():
1414
long_description=readme(),
1515
long_description_content_type='text/markdown',
1616
license='MIT',
17-
version='1.0.2',
17+
version='1.1.0',
1818
packages=['pytest_flask_sqlalchemy'],
1919
install_requires=['pytest>=3.2.1',
2020
'pytest-mock>=1.6.2',

0 commit comments

Comments
 (0)