diff --git a/compiler.nimble b/compiler.nimble
index c63fe49bf0551..247e2ecaf06c9 100644
--- a/compiler.nimble
+++ b/compiler.nimble
@@ -1,6 +1,6 @@
[Package]
name = "compiler"
-version = "0.14.3"
+version = "0.15.0"
author = "Andreas Rumpf"
description = "Compiler package providing the compiler sources as a library."
license = "MIT"
@@ -8,4 +8,4 @@ license = "MIT"
InstallDirs = "doc, compiler"
[Deps]
-Requires: "nim >= 0.13.0"
+Requires: "nim >= 0.14.0"
diff --git a/doc/lib.rst b/doc/lib.rst
index 66928055a0c10..828889968f19c 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -582,4 +582,4 @@ Nim programming language.
nimblepkglist.js or have javascript disabled in your browser.
-
+
diff --git a/lib/stdlib.nimble b/lib/stdlib.nimble
index 4b0066ee864b3..1071ee1d86e21 100644
--- a/lib/stdlib.nimble
+++ b/lib/stdlib.nimble
@@ -1,6 +1,6 @@
[Package]
name = "stdlib"
-version = "0.14.3"
+version = "0.15.0"
author = "Dominik Picheta"
description = "Nim's standard library."
license = "MIT"
diff --git a/lib/system.nim b/lib/system.nim
index 31d14d4bf71ff..07fcbd3690817 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -1824,10 +1824,10 @@ const
NimMajor*: int = 0
## is the major number of Nim's version.
- NimMinor*: int = 14
+ NimMinor*: int = 15
## is the minor number of Nim's version.
- NimPatch*: int = 3
+ NimPatch*: int = 0
## is the patch number of Nim's version.
NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch
diff --git a/web/download.rst b/web/download.rst
index d2e424a84b867..e8c8ab90a856e 100644
--- a/web/download.rst
+++ b/web/download.rst
@@ -15,10 +15,10 @@ Binaries
Right now binaries are only provided for Windows. You can download
an installer for both 32 bit and 64 bit versions of Windows below.
-* | 32 bit: `nim-0.14.2_x32.exe `_
- | SHA-256 ca2de37759006d95db98732083a6fab20151bb9819186af2fa29d41884df78c9
-* | 64 bit: `nim-0.14.2_x64.exe `_
- | SHA-256 1fec054d3a5f54c0a67a40db615bb9ecb1d56413b19e324244110713bd4337d1
+* | 32 bit: `nim-0.15.0_x32.exe `_
+ | SHA-256
+* | 64 bit: `nim-0.15.0_x64.exe `_
+ | SHA-256
These installers also include Aporia, Nimble and other useful Nim tools to get
you started with Nim development!
@@ -31,8 +31,8 @@ like systems.
Firstly, download this archive:
-* | `nim-0.14.2.tar.xz (4.5MB) `_
- | SHA-256 8f8d38d70ed57164795fc55e19de4c11488fcd31dbe42094e44a92a23e3f5e92
+* | `nim-0.15.0.tar.xz (4.5MB) `_
+ | SHA-256
Extract the archive. Then copy the extracted files into your chosen installation
directory, ideally somewhere in your home directory.
diff --git a/web/ticker.html b/web/ticker.html
index 7a1d620d3d226..57e6e0b30f65d 100644
--- a/web/ticker.html
+++ b/web/ticker.html
@@ -1,3 +1,8 @@
+
+