Skip to content

Commit e9ddaab

Browse files
authored
Merge pull request #13 from jeancochrane/release/v1.0.1
Create v1.0.1 release
2 parents 7e1e9e4 + 9027cf2 commit e9ddaab

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.1](https://github.com/jeancochrane/pytest-flask-sqlalchemy/releases/tag/v1.0.1) (2019-03-02)
9+
10+
### Changed
11+
12+
- Expire session state at the top level [\#6](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/6)

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

0 commit comments

Comments
 (0)