Skip to content

Commit

Permalink
Prepare for 2.0.7 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Jun 27, 2017
1 parent 558bbef commit 971c461
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all:
@echo "Run 'make uninstall' for uninstallation."

install:
install -Dm755 gpgit.sh $(DESTDIR)$(PREFIX)/bin/gpgit
install -Dm755 gpgit.py $(DESTDIR)$(PREFIX)/bin/gpgit
install -Dm644 Readme.md $(DESTDIR)$(PREFIX)/share/doc/gpgit/Readme.md

uninstall:
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GPGit dependencies can be easily installed via [pip](https://pypi.python.org/pyp
```bash
# Install dependencies
sudo apt-get install python3 python3-pip gnupg2 git
VERSION=2.0.5
VERSION=2.0.7

# Download and verify source
wget https://github.com/NicoHood/gpgit/releases/download/${VERSION}/gpgit-${VERSION}.tar.xz
Expand Down Expand Up @@ -330,7 +330,7 @@ You can get securely in touch with me [here](http://contact.nicohood.de). Don't

## Version History
```
2.0.0 (xx.xx.2017)
2.0.7 (27.06.2017)
* Switch to Python3 from bash
* New user interface with preview
* More verification
Expand Down
2 changes: 1 addition & 1 deletion gpgit.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def substep2(self):

class GPGit(object):
"""Class that manages GPGit steps and substeps analysis, print and execution."""
__version__ = '2.0.5'
__version__ = '2.0.7'

colormap = {
'OK': Colors.GREEN,
Expand Down
File renamed without changes.

0 comments on commit 971c461

Please sign in to comment.