hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit aded65b71d16451220f2a830c0bc5541fbc85d94
parent bbd33dbf5d9575ab95c8e00aa97b71a600e429b6
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Mon, 10 Jul 2017 09:02:20 +0200

releaser: Prepare repository for 0.25-DEV

[ci skip]

Diffstat:
Mcommands/new.go | 2+-
Mdocs/config.toml | 2+-
Mhelpers/hugo.go | 4++--
Msnapcraft.yaml | 4++--
Dtemp/0.25.1-relnotes.md | 22----------------------
5 files changed, 6 insertions(+), 28 deletions(-)
diff --git a/commands/new.go b/commands/new.go
@@ -347,7 +347,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.25.1"
+min_version = "0.24"
 
 [author]
   name = ""
diff --git a/docs/config.toml b/docs/config.toml
@@ -26,7 +26,7 @@ notAlternative = true
 [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.25.1"
+  release = "0.25-DEV"
 
 [taxonomies]
   tag = "tags"
diff --git a/helpers/hugo.go b/helpers/hugo.go
@@ -87,8 +87,8 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
 // This should be the only one.
 var CurrentHugoVersion = HugoVersion{
 	Number:     0.25,
-	PatchLevel: 1,
-	Suffix:     "",
+	PatchLevel: 0,
+	Suffix:     "-DEV",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
diff --git a/snapcraft.yaml b/snapcraft.yaml
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.25.1"
+version: "0.25-DEV"
 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: stable # "devel" or "stable"
+grade: devel # "devel" or "stable"
 
 apps:
   hugo:
diff --git a/temp/0.25.1-relnotes.md b/temp/0.25.1-relnotes.md
@@ -1,22 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-
-Hugo now has:
-
-* 18277+ [stars](https://github.com/gohugoio/hugo/stargazers)
-* 456+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
-* 170+ [themes](http://themes.gohugo.io/)
-
-## Fixes
-
-* Fix union when the first slice is empty [dbbc5c48](https://github.com/gohugoio/hugo/commit/dbbc5c4810a04ac06fad7500d88cf5c3bfe0c7fd) [@bep](https://github.com/bep) [#3686](https://github.com/gohugoio/hugo/issues/3686)
-* Navigate to changed on CREATE When working with content from IntelliJ IDE, like WebStorm, every file save is followed by two events: "RENAME" and then "CREATE". [7bcc1ce6](https://github.com/gohugoio/hugo/commit/7bcc1ce659710f2220b400ce3b76e50d2e48b241) [@miltador](https://github.com/miltador) 
-* Final (!) fix for issue with escaped JSON front matter [7f82b41a](https://github.com/gohugoio/hugo/commit/7f82b41a24af0fd04d28fbfebf9254766a3c6e6f) [@bep](https://github.com/bep) [#3682](https://github.com/gohugoio/hugo/issues/3682)
-* Fix issue with escaped JSON front matter [84db6c74](https://github.com/gohugoio/hugo/commit/84db6c74a084d2b52117b999d4ec343cd3389a68) [@bep](https://github.com/bep) [#3682](https://github.com/gohugoio/hugo/issues/3682)
-
-
-
-
-