Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 2, 2021
1 parent d6677a4 commit 96d01ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

<!--next-version-placeholder-->

## v1.1.2 (2021-09-02)
### Fix
* Add newline to pyproject.toml ([`d6677a4`](https://github.com/taylorhakes/python-redis-cache/commit/d6677a4eb3890f384c4d7aeef9b1ebe8593636e1))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

__version__ = "1.1.1"
__version__ = "1.1.2"

setup(name='python-redis-cache',
version=__version__,
Expand Down

0 comments on commit 96d01ee

Please sign in to comment.