summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-18 22:27:26 +0300
committerLars Wirzenius <liw@liw.fi>2012-05-18 22:27:26 +0300
commitfefe2117a0b3b54e4ec943b1b320220fc9a7edef (patch)
tree3c78fa3f2c48e5192173264545dbf1115e91a1bf /README
parent0f86de4882f1756820191bd1daf1b76af0e83112 (diff)
downloadcliapp-fefe2117a0b3b54e4ec943b1b320220fc9a7edef.tar.gz
Change how cliapp version numbering is done
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 3abab46..89b8c39 100644
--- a/README
+++ b/README
@@ -15,10 +15,20 @@ Example
See the files `example.py` and `example2.py` for examples of how to
use the framework.
+Version numbering
+-----------------
+
+cliapp version numbers are of the form `API.DATE`, where `API` starts
+at 1, and gets incremented if the application API changes in an
+incompatible way. `DATE` is the date of the release.
+
+The `cliapp.__version__` string is set to `1.DEVEL` in version control,
+to differentiate development versions and release versions.
+
Legalese
--------
-# Copyright (C) 2011 Lars Wirzenius
+# Copyright (C) 2011, 2012 Lars Wirzenius
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by