Skip to content

Commit

Permalink
release v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Feb 26, 2019
1 parent c7cbcf1 commit d01ddb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.7.5 (unreleased)
## 0.7.5 (2019/02/25)

- fix project name on PyPI having spaces

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.7.4'
release = 'v0.7.5'


# -- 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.7.4
current_version = 0.7.5
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='Py-Meta-Utils',
version='0.7.4',
version='0.7.5',
description='Metaclass utilities for Python',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit d01ddb0

Please sign in to comment.