summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-01-25 18:54:56 -0700
committerkennyballou <kballou@onyx.boisestate.edu>2013-01-25 18:54:56 -0700
commit330840b8412a2e631f9bb4a99518403dce74a135 (patch)
tree18ae46889bc639030e3626f810e6f905ebf62674
parent564c08e6d6ccd928f2b0a3f7f5a81a404359c748 (diff)
downloadxnt-330840b8412a2e631f9bb4a99518403dce74a135.tar.gz
xnt-330840b8412a2e631f9bb4a99518403dce74a135.tar.xz
Increment Version -- Add release notes
-rw-r--r--README9
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.py2
-rw-r--r--xnt/__init__.py2
4 files changed, 12 insertions, 3 deletions
diff --git a/README b/README
index fe102df..296014b 100644
--- a/README
+++ b/README
@@ -9,6 +9,15 @@ A wrapper build tool
Release Notes
=============
+0.4.1:2012-01-25
+----------------
+
+* Add Multi Target Execution
+
+* Add Optional Flags to (Sub)Build modules (make)
+
+* Add Exit Code Return
+
0.4.0:2012-01-21
----------------
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 05587d7..3f4b95f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -54,7 +54,7 @@ copyright = u'2012, Kenny Ballou'
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
-release = '0.4.0'
+release = '0.4.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index 64ff6a0..c81da5c 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def read(fname):
setup(
name="Xnt",
- version="0.4.0",
+ version="0.4.1",
author="Kenny Ballou",
author_email="kennethmgballou@gmail.com",
url="https://bitbucket.org/devnulltao/xnt",
diff --git a/xnt/__init__.py b/xnt/__init__.py
index e9ebc5f..810a83c 100644
--- a/xnt/__init__.py
+++ b/xnt/__init__.py
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = "Xnt 0.4.0"
+__version__ = "Xnt 0.4.1"
__license__ = """
Xnt -- A Wrapper Build Tool
Copyright (C) 2012 Kenny Ballou