Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Dec 8, 2018
1 parent 354fbbd commit c87f21b
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

## v0.3.1 (unreleased)
## v0.3.1 (2018/12/07)

- add back support for optional YAML list syntax when the number of identifiers is two or more

Expand Down
2 changes: 1 addition & 1 deletion py_yaml_fixtures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:license: MIT, see LICENSE for more details
"""

__version__ = '0.3.0'
__version__ = '0.3.1'


from .fixtures_loader import FixturesLoader
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.3.0
current_version = 0.3.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
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 YAML Fixtures',
version='0.3.0',
version='0.3.1',
description='Load database fixtures from in Jinja-templated YAML files',
long_description=long_description,
url='https://github.com/briancappello/py-yaml-fixtures',
Expand Down

0 comments on commit c87f21b

Please sign in to comment.