Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Oct 28, 2016
1 parent e37fd69 commit ccae335
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ This project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html
and `human-readable changelog <http://keepachangelog.com/en/0.3.0/>`__.


yaml4rst v0.1.0 - unreleased
yaml4rst master - unreleased
----------------------------

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


yaml4rst v0.1.0 - 2016-10-28
----------------------------

Added
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ build: setup.py
"./$<" bdist_wheel sdist

.PHONY: release-versionbump
release-versionbump: yaml4rst/_meta.py
editor "$<"
git commit --all --message="Release version $(shell ./setup.py --version)"
release-versionbump: yaml4rst/_meta.py CHANGES.rst
editor $?
if [[ -n "$(shell git status -s)" ]]; then git commit --all --message="Release version $(shell ./setup.py --version)"; fi

.PHONY: release-sign
release-sign:
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.0.dev0'
__version__ = '0.1.0'

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

0 comments on commit ccae335

Please sign in to comment.