File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 1.0.2] ( https://github.com/jeancochrane/pytest-flask-sqlalchemy/releases/tag/v1.0.2 ) (2019-04-03)
9
+
10
+ ### Changed
9
11
10
12
- Support SQLAlchemy 1.3 by adjusting the mock for threadlocal engine strategy [ \# 15] ( https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/15 )
11
13
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def readme():
14
14
long_description = readme (),
15
15
long_description_content_type = 'text/markdown' ,
16
16
license = 'MIT' ,
17
- version = '1.0.1 ' ,
17
+ version = '1.0.2 ' ,
18
18
packages = ['pytest_flask_sqlalchemy' ],
19
19
install_requires = ['pytest>=3.2.1' ,
20
20
'pytest-mock>=1.6.2' ,
You can’t perform that action at this time.
0 commit comments