We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0607f commit 08fe8c1Copy full SHA for 08fe8c1
ChangeLog.md
@@ -1,5 +1,12 @@
1
# textual-mandelbrot ChangeLog
2
3
+## v0.4.0
4
+
5
+**Released: 2023-04-15**
6
7
+- Bumped minimum Textual version to v0.19.1.
8
+- Internal changes.
9
10
## v0.3.0
11
12
**Released: 2023-04-03**
textual_mandelbrot/__init__.py
@@ -7,7 +7,7 @@
__credits__ = [ "Dave Pearson" ]
__maintainer__ = "Dave Pearson"
__email__ = "davep@davep.org"
-__version__ = "0.3.0"
+__version__ = "0.4.0"
__licence__ = "MIT"
13
##############################################################################
0 commit comments