From: daurnimator <quae@daurnimator.com>
Date: Sat, 9 Dec 2017 06:46:18 +0000 (+1100)
Subject: Release v0.4
X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/7d97ab04ead82d873242f80524c966b6bb46fee8?ds=sidebyside;hp=d08da842dbdcc2b452fdb6a70cb82f6cc85dc118

Release v0.4
---

diff --git a/NEWS b/NEWS
index b4cc02d..e37a624 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-UNRELEASED
+0.4 - 2017-12-09
 
   - Fix timetable normalisation carry bugs (#10, #13)
   - Clean up of docs
diff --git a/luatz-scm-0.rockspec b/luatz-0.4-0.rockspec
similarity index 90%
rename from luatz-scm-0.rockspec
rename to luatz-0.4-0.rockspec
index 2ceae4c..bf910f0 100644
--- a/luatz-scm-0.rockspec
+++ b/luatz-0.4-0.rockspec
@@ -1,5 +1,5 @@
 package = "luatz"
-version = "scm-0"
+version = "0.4-0"
 
 description = {
 	summary = "library for time and date manipulation.";
@@ -22,7 +22,8 @@ dependencies = {
 }
 
 source = {
-	url = "git://github.com/daurnimator/luatz.git";
+	url = "https://github.com/daurnimator/luatz/archive/v0.4.tar.gz";
+	dir = "luatz-0.4-0";
 }
 
 build = {