Skip to content

Commit b2d9b64

Browse files
committed
Version bump 1.0
1 parent 65745f9 commit b2d9b64

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
fluent_compiler 1.0 (2023-04-18)
5+
--------------------------------
6+
7+
* Tested against latest Python 3.11, and 3.12 alpha
8+
49
fluent_compiler 0.4 (2023-02-16)
510
--------------------------------
611

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = "Luke Plant"
2525

2626
# The short X.Y version
27-
version = "0.4"
27+
version = "1.0"
2828
# The full version, including alpha/beta/rc tags
29-
release = "0.4"
29+
release = "1.0"
3030

3131

3232
# -- General configuration ---------------------------------------------------

src/fluent_compiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4"
1+
__version__ = "1.0"

0 commit comments

Comments
 (0)