Skip to content

Commit

Permalink
releasing-v1.6.0 (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic authored Jun 29, 2018
1 parent 5f7df5d commit e099b18
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/DocsBuild.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val docs = (project in file(".")).
).
settings(
// Set version string
version in ParadoxSite := "v1.5.0",
version in ParadoxSite := "v1.6.0",

// Ghpages settings
ghpagesNoJekyll := true,
Expand Down
1 change: 1 addition & 0 deletions docs/src/paradox/00-release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ These are the release notes for each version of Knora.
* [v1.4.0](v1.4.0.md)
* [v1.5.0](v1.5.0.md)
* [v1.6.0](v1.6.0.md)
* [v1.7.0](v1.7.0.md)

@@@
4 changes: 2 additions & 2 deletions docs/src/paradox/00-release-notes/v1.6.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.6.0 Release Notes (not released yet)
=======================================
v1.6.0 Release Notes
====================

See the
[release](https://github.com/dhlab-basel/Knora/releases/tag/v1.6.0) and closed tickets on the
Expand Down
15 changes: 15 additions & 0 deletions docs/src/paradox/00-release-notes/v1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
v1.7.0 Release Notes (not released yet)
=======================================

See the
[release](https://github.com/dhlab-basel/Knora/releases/tag/v1.7.0) and closed tickets on the
[v1.7.0 milestone](https://github.com/dhlab-basel/Knora/milestone/11) on Github.

Required changes to existing data:
----------------------------------

New features:
-------------

Bugfixes:
---------
2 changes: 1 addition & 1 deletion salsah1/SalsahBuild.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val salsah1 = (project in file(".")).
lazy val salsahCommonSettings = Seq(
organization := "org.knora",
name := "salsah",
version := "1.5.0",
version := "1.6.0",
scalaVersion := "2.12.4"
)

Expand Down
2 changes: 1 addition & 1 deletion webapi/WebapiBuild.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ lazy val webapi = (project in file(".")).
lazy val webApiCommonSettings = Seq(
organization := "org.knora",
name := "webapi",
version := "1.5.0",
version := "1.6.0",
scalaVersion := "2.12.4"
)

Expand Down

0 comments on commit e099b18

Please sign in to comment.