diff --git a/README.md b/README.md
index c308724f..58593f7b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ will write to your dconf store and cannot tell whether a configuration
that it is about to be overwrite was from a previous Home Manager
generation or from manual configuration.
-Home Manager targets [NixOS][] unstable and NixOS version 18.09 (the
+Home Manager targets [NixOS][] unstable and NixOS version 19.03 (the
current stable version), it may or may not work on other Linux
distributions and NixOS versions.
@@ -72,11 +72,11 @@ Currently the easiest way to install Home Manager is as follows:
if you are following Nixpkgs master or an unstable channel and
```console
- $ nix-channel --add https://github.com/rycee/home-manager/archive/release-18.09.tar.gz home-manager
+ $ nix-channel --add https://github.com/rycee/home-manager/archive/release-19.03.tar.gz home-manager
$ nix-channel --update
```
- if you follow a Nixpkgs version 18.09 channel.
+ if you follow a Nixpkgs version 19.03 channel.
On NixOS you may need to log out and back in for the channel to
become available. On non-NixOS you may have to add
diff --git a/doc/installation.xml b/doc/installation.xml
index b0109398..77f6e167 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -79,11 +79,11 @@
if you are following Nixpkgs master or an unstable channel and
-$ nix-channel --add https://github.com/rycee/home-manager/archive/release-18.09.tar.gz home-manager
+$ nix-channel --add https://github.com/rycee/home-manager/archive/release-19.03.tar.gz home-manager
$ nix-channel --update
- if you follow a Nixpkgs version 18.09 channel.
+ if you follow a Nixpkgs version 19.03 channel.
On NixOS you may need to log out and back in for the channel to become
@@ -169,12 +169,12 @@ $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
-# nix-channel --add https://github.com/rycee/home-manager/archive/release-18.09.tar.gz home-manager
+# nix-channel --add https://github.com/rycee/home-manager/archive/release-19.03.tar.gz home-manager
# nix-channel --update
- if you follow a Nixpkgs version 18.09 channel.
+ if you follow a Nixpkgs version 19.03 channel.
diff --git a/doc/release-notes/release-notes.xml b/doc/release-notes/release-notes.xml
index bb63ce6c..4675f0bf 100644
--- a/doc/release-notes/release-notes.xml
+++ b/doc/release-notes/release-notes.xml
@@ -8,6 +8,7 @@
This section lists the release notes for stable versions of Home Manager and
the current unstable version.
+
diff --git a/doc/release-notes/rl-1903.xml b/doc/release-notes/rl-1903.xml
index d260dbc2..f2868dea 100644
--- a/doc/release-notes/rl-1903.xml
+++ b/doc/release-notes/rl-1903.xml
@@ -3,15 +3,10 @@
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-release-19.03">
-
Release 19.03 (unstable)
+ Release 19.03
- This is the current unstable branch and the information in this section is
- therefore not final.
-
-
-
- Scheduled released is March, 2019.
+ The 19.03 release branch became the stable branch in April, 2019.
+ Release 19.09 (unreleased)
+
+
+ This is the current unstable branch and the information in this section is
+ therefore not final.
+
+
diff --git a/modules/misc/version.nix b/modules/misc/version.nix
index 42e19e98..18bb28f7 100644
--- a/modules/misc/version.nix
+++ b/modules/misc/version.nix
@@ -5,7 +5,7 @@ with lib;
{
options = {
home.stateVersion = mkOption {
- type = types.enum [ "18.09" "19.03" ];
+ type = types.enum [ "18.09" "19.03" "19.09" ];
default = "18.09";
description = ''
It is occasionally necessary for Home Manager to change