summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-07-09 20:59:20 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-07-09 20:59:20 +0200
commite2648aebb007736d5e51e6a0417db39cf7dbc677 (patch)
treef1b71870aec1418e166427d19b829cc3ed2833b2
parentb718a443a8c902993eaeaa5b1f8926d311db20d9 (diff)
Bump version number to 0.60.6
-rw-r--r--CHANGES9
-rw-r--r--attic/__init__.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 000000000..42e2e79a5
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,9 @@
+Attic Changelog
+===============
+
+Here you can see the full list of changes between each darc release.
+
+Version 0.6
+-----------
+
+First public release on July 9, 2013
diff --git a/attic/__init__.py b/attic/__init__.py
index 134a60a01..b67c5ea0f 100644
--- a/attic/__init__.py
+++ b/attic/__init__.py
@@ -1,4 +1,4 @@
# This is a python package
__version__ = '0.6'
-__release__ = __version__ + 'dev'
+__release__ = __version__