Skip to content

Commit

Permalink
Release version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Feb 21, 2017
1 parent d53ebd4 commit e529b42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ and `human-readable changelog <http://keepachangelog.com/en/0.3.0/>`__.
yaml4rst master - unreleased
----------------------------

.. _yaml4rst master: https://github.com/ypid/yaml4rst/compare/v0.1.3...master
.. _yaml4rst master: https://github.com/ypid/yaml4rst/compare/v0.1.4...master


`yaml4rst v0.1.4`_ - 2017-02-21
-------------------------------

.. _yaml4rst v0.1.4: https://github.com/ypid/yaml4rst/compare/v0.1.3...v0.1.4

Security
~~~~~~~~
Expand All @@ -21,6 +27,7 @@ Security
Refer to the issue `rename load to dangerous_load <https://bitbucket.org/xi/pyyaml/issues/3/rename-load-to-dangerous_load>`_.
This has been fixed by switching to ``yaml.safe_load`` (which should really be the default btw). [ypid_]


`yaml4rst v0.1.3`_ - 2017-02-14
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ git-push:
git push --follow-tags

.PHONY: release-publish
release-publish: pypi-register pypi-upload git-push
release-publish: pypi-register pypi-upload git-push

.PHONY: release
release: release-prepare release-publish
Expand Down
2 changes: 1 addition & 1 deletion yaml4rst/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

# https://stackoverflow.com/a/16084844
__version__ = '0.1.3'
__version__ = '0.1.4'

__license__ = 'AGPL-3.0'
__author__ = 'Robin Schneider <ypid@riseup.net>'
Expand Down

0 comments on commit e529b42

Please sign in to comment.