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 1e4f93d commit 7b869f3Copy full SHA for 7b869f3
docs/mkdocs.yml
@@ -154,7 +154,7 @@ markdown_extensions:
154
permalink: true
155
156
extra:
157
- mathesar_version: 0.2.5
+ mathesar_version: 0.3.0
158
version:
159
provider: mike
160
alias: true
mathesar/__init__.py
@@ -1,3 +1,3 @@
1
default_app_config = 'mathesar.apps.MathesarConfig'
2
3
-__version__ = "0.2.5"
+__version__ = "0.3.0"
0 commit comments