Skip to content

Commit

Permalink
Tagging as v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredLGillespie committed Jul 21, 2018
1 parent c271f6e commit e9f987b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ The format is based on `Keep a Changelog`_ and this project adheres to `Semantic
`Unreleased`_
-------------

`0.1.1`_ - 2018-07-21
---------------------
Fixed
^^^^^
- README rst format should look correct on PyPI.

`0.1.0`_ - 2018-07-21
---------------------
Added
^^^^^
- Initial version

.. _Unreleased: https://github.com/JaredLGillespie/cache.me/compare/v0.1.0...HEAD
.. _Unreleased: https://github.com/JaredLGillespie/cache.me/compare/v0.1.1...HEAD
.. _0.1.0: https://github.com/JaredLGillespie/cache.me/releases/tag/v0.1.1
.. _0.1.0: https://github.com/JaredLGillespie/cache.me/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='cache.me',
version='0.1.0',
version='0.1.1',
description='A library for caching function calls.',
long_description=long_description,
url='https://github.com/jaredlgillespie/cache.me',
Expand Down

0 comments on commit e9f987b

Please sign in to comment.