Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
Change-Id: I3399df2a0043f97fdb932622d08aac9f3f5ab6db
  • Loading branch information
degremont committed Oct 13, 2017
1 parent 1de81aa commit a3e065b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2017-10-11 Aurelien Degremont <[email protected]>
* Release: 1.1

2017-10-06 Aurelien Cedeyn <[email protected]>
* Flag for a detailed summary output (ticket #25)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

NAME=milkcheck
VERSION=1.0
VERSION=1.1
TARBALL=$(NAME)-$(VERSION).tar.gz
SPECFILE=$(NAME).spec
RPMTOPDIR=$$PWD/RPMBUILD
Expand Down
2 changes: 1 addition & 1 deletion lib/MilkCheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '1.0'
__version__ = '1.1'
5 changes: 4 additions & 1 deletion milkcheck.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


Name: milkcheck
Version: 1.0
Version: 1.1
Release: 1%{?dist}
Summary: Distributed cluster command management

Expand Down Expand Up @@ -48,6 +48,9 @@ make install DESTDIR="%{buildroot}" PYTHON=%{__python} MANDIR=%{_mandir} \
%{vimdatadir}/syntax/milkcheck.vim

%changelog
* Wed Oct 11 2017 Aurelien Degremont <[email protected]> 1.1-1
- Update to 1.1 release.

* Sat May 25 2013 Aurelien Degremont <[email protected]> 1.0-1
- Update to 1.0 release (UI fixes).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='MilkCheck',
version='1.0',
version='1.1',
license='CeCILL',
description='Parallel command execution manager',
author='Aurelien Degremont',
Expand Down

0 comments on commit a3e065b

Please sign in to comment.