Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 30, 2021
1 parent d4781cb commit bfac563
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

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

## v2.0.0 (2021-03-30)
### Feature
* Drop support for python 3.5 ([`d4781cb`](https://github.com/kalekundert/autoprop/commit/d4781cb489a0a74987ca96eb390d4e1dd507ff47))
* Implement caching policies ([`a05726a`](https://github.com/kalekundert/autoprop/commit/a05726aa96ccce670274430180272dd2c72c3df5))

### Breaking
* Drop support for python2. ([`a05726a`](https://github.com/kalekundert/autoprop/commit/a05726aa96ccce670274430180272dd2c72c3df5))

### Documentation
* Remove python2 badge ([`815c60d`](https://github.com/kalekundert/autoprop/commit/815c60d5d81d82f567baba2df4b927bc4cbbc224))
2 changes: 1 addition & 1 deletion autoprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import functools
from collections import defaultdict

__version__ = '1.0.2'
__version__ = '2.0.0'

_EXPECTED_NUM_ARGS = {'get': 0, 'set': 1, 'del': 0}
_CACHE_POLICIES = ['class', 'object', 'property', 'dynamic', 'read-only']
Expand Down
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='autoprop',
version='1.0.2',
version='2.0.0',
author='Kale Kundert',
author_email='[email protected]',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit bfac563

Please sign in to comment.