Skip to content

Commit

Permalink
release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Oct 21, 2018
1 parent 61fabe9 commit 76cf7b3
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.6.2 (unreleased)
## 0.6.2 (2018/10/21)

- implement `__bool__` and `__contains__` on `OptionalClass`

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.6.1'
release = 'v0.6.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.6.1
current_version = 0.6.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.6.1',
version='0.6.2',
description='Metaclass utilities for Python',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 76cf7b3

Please sign in to comment.