Skip to content

Commit 7cb57c0

Browse files
authored
Merge pull request #16 from jeancochrane/jfc/release/1.0.2
Bump version to 1.0.2
2 parents 8709449 + 73d4e7c commit 7cb57c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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.0.2](https://github.com/jeancochrane/pytest-flask-sqlalchemy/releases/tag/v1.0.2) (2019-04-03)
9+
10+
### Changed
911

1012
- Support SQLAlchemy 1.3 by adjusting the mock for threadlocal engine strategy [\#15](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/15)
1113

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.1',
17+
version='1.0.2',
1818
packages=['pytest_flask_sqlalchemy'],
1919
install_requires=['pytest>=3.2.1',
2020
'pytest-mock>=1.6.2',

0 commit comments

Comments
 (0)