releaser: Bump versions for release of 0.29
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Tue, 26 Sep 2017 19:23:15 +0000 (19:23 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Tue, 26 Sep 2017 19:23:15 +0000 (19:23 +0000)
[ci skip]

commands/new.go
docs/config.toml
helpers/hugo.go
snapcraft.yaml

index 12dca52bf8b39ec937997aa179ceb84fb19d8460..5622748bb52e3bb292a16ec38fad1e5173b85fe0 100644 (file)
@@ -347,7 +347,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.28"
+min_version = "0.29"
 
 [author]
   name = ""
index 751f5af4ab2723b73e81f30413e5e6314fa74f3f..55a921d03a8d43780f538af3e3832f0fa93fb9a7 100644 (file)
@@ -71,7 +71,7 @@ twitter = "GoHugoIO"
 [params]
   description = "The world’s fastest framework for building websites"
   ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
-  release = "0.29-DEV"
+  release = "0.29"
   ## Setting this to true will add a "noindex" to *EVERY* page on the site
   removefromexternalsearch = false
   ## Gh repo for site footer (include trailing slash)
index 0bc442a6ee3b521963b13f2f02cf020822a8c290..c454b815b793d69a589d7390f1ea14808e34ccd7 100644 (file)
@@ -95,7 +95,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
 var CurrentHugoVersion = HugoVersion{
        Number:     0.29,
        PatchLevel: 0,
-       Suffix:     "-DEV",
+       Suffix:     "",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index 56f10ad3a15848feaa67e3fccc2504950a6128fa..5520f03403c0cec5efba353f39c0178756193682 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.29-DEV"
+version: "0.29"
 summary: Fast and Flexible Static Site Generator
 description: |
   Hugo is a static HTML and CSS website generator written in Go. It is
   optimized for speed, easy use and configurability. Hugo takes a directory
   with content and templates and renders them into a full HTML website.
 confinement: strict
-grade: devel # "devel" or "stable"
+grade: stable # "devel" or "stable"
 
 apps:
   hugo: