Skip to content

Commit

Permalink
Release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed May 10, 2019
1 parent a3db2ef commit f4a7038
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# 0.9.1+ - [Unreleased]
# 0.9.2 - 2019-05-10
## Added
- `make apt` installs dependencies on systems supporting `apt`

Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ apt: apt-client apt-server
${MAKE} -C server $*

version-check:
@grep --with-filename ^VERSION client/git-timestamp.py server/igitt/version.py
@echo -n " "
@grep --with-filename ^VERSION client/igitt_client/timestamp.py server/igitt/version.py | sed 's/^s/ s/'
@echo -n " "
@grep --with-filename '^# ' CHANGELOG.md | tail +2 | head -1

version-edit:
vi +/^VERSION client/git-timestamp.py
vi +/^VERSION client/igitt_client/timestamp.py
vi +/^VERSION server/igitt/version.py
vi +1 '+/^# [0-9]' CHANGELOG.md
2 changes: 1 addition & 1 deletion client/igitt_client/timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import pygit2 as git
import requests

VERSION = '0.9.1+'
VERSION = '0.9.2'


class GitArgumentParser(argparse.ArgumentParser):
Expand Down
2 changes: 1 addition & 1 deletion server/igitt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

VERSION = '0.9.1+'
VERSION = '0.9.2'

0 comments on commit f4a7038

Please sign in to comment.