The Birdfont Source Code
Version 2.6.2
These changes was commited to the Birdfont repository Sat, 25 Apr 2015 12:04:26 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Version 2.6.2
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+ birdfont (2.6.2) stable;
+
+ * Bug fixes
+
+ -- Johan Mattsson <johan.mattsson.m@gmail.com> Sat Apr 25 14:04:17 CEST 2015
+
birdfont (2.6.0) stable;
* A tool box in the recent files tab
--- a/scripts/version.py
+++ b/scripts/version.py
@@ -13,7 +13,7 @@
Lesser General Public License for more details.
"""
- VERSION = '2.6.1'
+ VERSION = '2.6.2'
SO_VERSION_MAJOR = '36'
SO_VERSION_MINOR = '0'
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR