Skip to content

Commit

Permalink
release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Oct 28, 2018
1 parent 6635c36 commit 9d97a06
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.2 (unreleased)
## 0.7.2 (2018/10/28)

- add support for allowing public properties on consumer classes of the `EnsureProtectedMembers` metaclass
- add tests for the `EnsureProtectedMembers` metaclass
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.1'
release = 'v0.7.2'


# -- 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.1
current_version = 0.7.2
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.1',
version='0.7.2',
description='Metaclass utilities for Python',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9d97a06

Please sign in to comment.