Skip to content

Commit

Permalink
release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Dec 29, 2018
1 parent 96a29b4 commit a1f1fb7
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.4 (unreleased)
## 0.7.4 (2018/12/29)

- add `MetaOptionsFactory._to_clsdict()` method

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


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

0 comments on commit a1f1fb7

Please sign in to comment.