Skip to content

Commit

Permalink
Merge pull request #13 from jeancochrane/release/v1.0.1
Browse files Browse the repository at this point in the history
Create v1.0.1 release
  • Loading branch information
jeancochrane authored Mar 2, 2019
2 parents 7e1e9e4 + 9027cf2 commit e9ddaab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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).

## [1.0.1](https://github.com/jeancochrane/pytest-flask-sqlalchemy/releases/tag/v1.0.1) (2019-03-02)

### Changed

- Expire session state at the top level [\#6](https://github.com/jeancochrane/pytest-flask-sqlalchemy/pull/6)
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.0',
version='1.0.1',
packages=['pytest_flask_sqlalchemy'],
install_requires=['pytest>=3.2.1',
'pytest-mock>=1.6.2',
Expand Down

0 comments on commit e9ddaab

Please sign in to comment.