Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewm committed Jan 15, 2023
1 parent 7a190f7 commit b1acda6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ Changes

All notable changes to this project will be documented here.

### 0.5.2 - 2023-01-15

- Bugfix: post-type-discovery should only return org if name and org properties are present. Thanks @snarfed!

### 0.5.1 - 2018-11-04

- Add `follow` to `post_type_discovery()`.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run_tests(self):


setup(name='mf2util',
version='0.5.1',
version='0.5.2',
description='Python Microformats2 utilities, a companion to mf2py',
long_description="""
Microformats2 Utilities
Expand All @@ -48,7 +48,7 @@ def run_tests(self):
License: `Simplified BSD <http://opensource.org/licenses/BSD-2-Clause>`__
""",
author='Kyle Mahan',
author_email='kyle@kylewm.com',
author_email='kyle.mahan@gmail.com',
url='http://indiewebcamp.com/mf2util',
py_modules=['mf2util'],
tests_require=['pytest', 'mf2py'],
Expand Down

0 comments on commit b1acda6

Please sign in to comment.