The Birdfont Source Code
News for 2.15
These changes was commited to the Birdfont repository Fri, 11 Dec 2015 21:27:13 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
News for 2.15
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+ birdfont (2.15.0) stable;
+
+ * Speed optimizations
+ * Bug fixes
+
+ -- Johan Mattsson <johan.mattsson.m@gmail.com Fri Dec 11 22:26:42 CET 2015
+
birdfont (2.14.0) stable;
* Improved horizontal metrics in TTF fonts
--- a/scripts/version.py
+++ b/scripts/version.py
@@ -13,7 +13,7 @@
Lesser General Public License for more details.
"""
- VERSION = '2.14.0'
+ VERSION = '2.15.0'
SO_VERSION_MAJOR = '36'
SO_VERSION_MINOR = '0'
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR