Skip to content

Commit

Permalink
release v0.5.1 (fix markdown readme on PyPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Oct 14, 2018
1 parent 22dfe81 commit 9f4e65e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.5.1 (2018/10/14)

- fix markdown readme on PyPI

## 0.5.0 (2018/10/14)

- clean up the documentation a bit
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = 'v0.5.0'
release = 'v0.5.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ testpaths = tests
addopts = -s

[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
parse =
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # major, minor and patch
(?:\-(?P<pre>(?:dev|alpha|beta|rc))\.(?P<prenum>\d+))? # pre-release
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

setup(
name='Py Meta Utils',
version='0.5.0',
version='0.5.1',
description='Metaclass utilities for Python',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/briancappello/py-meta-utils',
author='Brian Cappello',
license='MIT',
Expand Down

0 comments on commit 9f4e65e

Please sign in to comment.