diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj
index 1433825e3e..bd2ff2ed61 100644
--- a/src/Fable.Cli/Fable.Cli.fsproj
+++ b/src/Fable.Cli/Fable.Cli.fsproj
@@ -5,8 +5,12 @@
Exe
net6.0
4.0.0
- 4.0.0-theta-010
- * Use StringTemplate expr in Fable AST for Python
+ 4.0.0-theta-011
+ * Python, add read/write files
+* Python, fix URI and number types
+* JS, allow imports in emit expressions and JSX
+* JS, improve import path resolution (interpolation, inlined functions)
+* TypeScript, fix arithmetic tests
Major
false
diff --git a/src/Fable.Cli/RELEASE_NOTES.md b/src/Fable.Cli/RELEASE_NOTES.md
index d0fd1bf391..e9b8ddc383 100644
--- a/src/Fable.Cli/RELEASE_NOTES.md
+++ b/src/Fable.Cli/RELEASE_NOTES.md
@@ -1,3 +1,11 @@
+### 4.0.0-theta-011
+
+* Python, add read/write files
+* Python, fix URI and number types
+* JS, allow imports in emit expressions and JSX
+* JS, improve import path resolution (interpolation, inlined functions)
+* TypeScript, fix arithmetic tests
+
### 4.0.0-theta-010
* Use StringTemplate expr in Fable AST for Python
diff --git a/src/Fable.Core/Fable.Core.fsproj b/src/Fable.Core/Fable.Core.fsproj
index 8e602a4ef7..a4ccc43196 100644
--- a/src/Fable.Core/Fable.Core.fsproj
+++ b/src/Fable.Core/Fable.Core.fsproj
@@ -6,7 +6,7 @@
netstandard2.0
true
4.0.0
- 4.0.0-theta-004
+ 4.0.0-theta-005
diff --git a/src/Fable.Core/RELEASE_NOTES.md b/src/Fable.Core/RELEASE_NOTES.md
index cedb183266..afa11f8870 100644
--- a/src/Fable.Core/RELEASE_NOTES.md
+++ b/src/Fable.Core/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
+### 4.0.0-theta-005
+
+* Add JSX.jsx function
+
### 4.0.0-theta-004
* Add ??= operator to JsInterop
diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs
index 309d1cca2c..391a1c1d39 100644
--- a/src/Fable.Transforms/Global/Compiler.fs
+++ b/src/Fable.Transforms/Global/Compiler.fs
@@ -1,7 +1,7 @@
namespace Fable
module Literals =
- let [] VERSION = "4.0.0-theta-010"
+ let [] VERSION = "4.0.0-theta-011"
type CompilerOptionsHelper =
static member Make(?language,