releaser: Bump versions for release of 0.21
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 22 May 2017 13:09:42 +0000 (16:09 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 22 May 2017 13:09:42 +0000 (16:09 +0300)
[ci skip]

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

index a1a2e098c045aa2974f95f7ce9ace113552b79b5..a4fe6021e35a0cc1c06774841a918fe487452fa2 100644 (file)
@@ -320,7 +320,7 @@ description = ""
 homepage = "http://siteforthistheme.com/"
 tags = []
 features = []
-min_version = "0.20"
+min_version = "0.21"
 
 [author]
   name = ""
index 8d91a66bd07f2c0761f210a8534fd0abb96e7797..8a5ff278f40213d500c987f594641502dbca92a3 100644 (file)
@@ -9,7 +9,7 @@ pluralizeListTitles = false
 [params]
   description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
   author = "Steve Francia (spf13) and friends"
-  release = "0.21-DEV"
+  release = "0.21"
 
 [taxonomies]
   tag = "tags"
index 05e47306ced238eda9edcf6b5e9ab8b225e5d262..58b94b7619681594b592ff1a0961056962fe6adc 100644 (file)
@@ -64,7 +64,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
 var CurrentHugoVersion = HugoVersion{
        Number:     0.21,
        PatchLevel: 0,
-       Suffix:     "-DEV",
+       Suffix:     "",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index b550596ce7c32b62bb08d1a09c75c7c021fe448a..d99d5d01c940f94bfe3a13a5edc80a9dce41662d 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.21-DEV"
+version: "0.21"
 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: