We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.28.0
1 parent 1d6a748 commit 9a5b687Copy full SHA for 9a5b687
2 files changed
mapserver/__init__.py
@@ -18,6 +18,6 @@
18
#
19
#===============================================================================
20
21
-__version__ = '0.28.0-dev.1'
+__version__ = '0.28.0'
22
23
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mapserver"
3
-version = "0.28.0-dev.1"
+version = "0.28.0"
4
description = "An server for anatomical flatmaps."
5
authors = [
6
{ name = "David Brooks", email = "d.brooks@auckland.ac.nz"}
0 commit comments