Skip to content

Commit

Permalink
Release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekPi committed Mar 26, 2016
1 parent 3b0b844 commit 7a382f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Revision History

## 0.1.2 (2016/03/26)
Fixing deployment configuration.

## 0.1.1 (2016/03/26)
Implement abstract interfaces.
Code cleaned.
Expand All @@ -9,4 +12,4 @@
## 0.1.0 (2016/03/06)
Creating application prototype - configure CI process

- TBD

2 changes: 1 addition & 1 deletion grortir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

__project__ = 'Grortir'
__version__ = '0.1.1'
__version__ = '0.1.2'

VERSION = "{0} v{1}".format(__project__, __version__)

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
networkx
wheel
testpackage == 2.26

0 comments on commit 7a382f9

Please sign in to comment.