Skip to content
This repository was archived by the owner on Nov 23, 2020. It is now read-only.

Commit 399e55a

Browse files
committed
Release 0.2.0
1 parent 8d44165 commit 399e55a

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

MANIFEST.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
include MANIFEST.in
22
include LICENSE
33
include README.rst
4+
include requirements.txt
45
include runtests.py
56
include release.py
7+
include docs/Makefile docs/make.bat
68
recursive-exclude * __pycache__
79
recursive-exclude * *.pyc
810
recursive-exclude * *.pyo
911
recursive-exclude * *.orig
10-
recursive-include releases *.md *.rst *.json
11-
recursive-include examples *.py *.js *.css *.html *.json
12+
recursive-include docs *.md *.rst *.json *.py
13+
recursive-include ansible *.yml *.j2 *.txt
1214
recursive-include tests *.py

agile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
import os
44

5-
VERSION = (0, 1, 0, 'final', 0)
5+
VERSION = (0, 2, 0, 'final', 0)
66
__author__ = 'Luca Sbardella'
77
__contact__ = "luca@quantmind.com"
88
CLASSIFIERS = ['Development Status :: 3 - Alpha',

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Changelog
22

3-
* [Versions 0.1](./history/0.1.md)
3+
* [Versions 0.2](./history/0.2.html)

docs/history/0.2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ver. 0.2.0 - 2016-Feb-09
2+
3+
* First official release

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
* [docs](./docs.html)
55
* [labels](./labels.html)
66
* [ansible](./ansible.html)
7+
* [changelog](./changelog.html)

docs/release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"tag_name": "0.1.0",
3-
"name": "First official release"
2+
"tag_name": "0.2.0",
3+
"name": "Agile - Ansible - AWS"
44
}

0 commit comments

Comments
 (0)