We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d376997 commit ed8f36bCopy full SHA for ed8f36b
NEWS
@@ -1,3 +1,9 @@
1
+birdfont (2.30.0) stable;
2
+
3
+ * Smaller .birdfont files
4
5
+ -- Johan Mattsson <johan.mattsson.m@gmail.com> Tue Feb 8 03:03:27 CET 2022
6
7
birdfont (2.27.0) stable;
8
9
* Automatic backups every time a font is saved.
scripts/version.py
@@ -13,7 +13,7 @@
13
Lesser General Public License for more details.
14
"""
15
16
-VERSION = '2.29.6'
+VERSION = '2.30.0'
17
SO_VERSION_MAJOR = '36'
18
SO_VERSION_MINOR = '0'
19
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR
0 commit comments