Cosimo Lupo
6e0b952441
Bump version: 3.2.0 → 3.2.1
2016-11-03 14:21:51 +00:00
Cosimo Lupo
c66a2bc327
Bump version: 3.1.2 → 3.2.0
...
I had forgotten to bump the version for 3.2.0... Sorry :(
This is not a problem for the released packages, since versioneer correctly writes the tagged version.
It's only the hard-coded version string that's used as a fallback if git fails to compute the version which I forgot to update.
2016-11-03 14:21:51 +00:00
Cosimo Lupo
3acacb592d
fontTools: use versioneer to get_versions(); if fails, print warning and fall back to latest known tag
2016-10-12 00:49:57 +01:00
Cosimo Lupo
7223536d7d
fontTools.__init__: restore fontTools.version for backward compatiblity
...
See https://github.com/fonttools/fonttools/issues/697#issuecomment-252622588
2016-10-10 15:20:07 +01:00
Cosimo Lupo
a502694d14
add version.py module exporting '__version__' using metadata from pkg_resources
...
Do not export 'version' from top-level fontTools.__init__ module, as it is
rarely used; importing pkg_resources here would slow down importing fontTools.
2016-09-27 00:04:14 +01:00
Cosimo Lupo
c2d0f5fb0a
[fontTools.__init__] remove setLoggerClass (will move it to py23 module)
2016-02-01 13:06:29 +00:00
Cosimo Lupo
6eac5d05c0
[fontTools.__init__] use 'lastResort' handler instead of NullHandler
...
I think it's better to follow the current Python 3 behavior in the situation
where the user doesn't provide any explicit logging configuration.
Before Python 3.2, when no handlers were found when a logging event occurred,
either the events would be silently dropped (if logging.raiseExceptions is
set to False), or it would throw a single "No handlers could be found" warning
(this was the default behavior).
With Python 3.2 and later, the default behavior is that the events are output
using a "handler of last resort". The latter works like StreamHandler
that writes messages (without formatting) to the current value of sys.stderr
(thus respecting any redirections which may be in effect).
2016-01-29 18:44:43 +00:00
Cosimo Lupo
0c313bc1d2
[fontTools.__init__] export 'configLogger' in the top-level module to make it easier for clients to import
2016-01-27 19:01:12 +00:00
Cosimo Lupo
1034699a21
[fontTools.__init__] add NullHandler to avoid "no handlers could be found" error.
2016-01-27 19:01:12 +00:00
Behdad Esfahbod
58f86f318a
3.0
2015-08-31 18:57:15 +01:00
Behdad Esfahbod
7c9ab300c2
Add standard imports to all python sources
...
Previously, the trivial files didn't have them.
2015-04-14 17:26:59 -07:00
Behdad Esfahbod
46c1fa8809
Bump fontTools.version to 2.5
...
Followup to
2a60b441b0 (commitcomment-7532556)
2014-08-27 03:01:44 -04:00
pabs3
ec62dbe03e
Release fonttools version 2.4
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@619 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 14:25:03 +00:00
pabs3
e7689a4856
Release fonttools version 2.3
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@579 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:58:24 +00:00
pabs3
ff85008e80
Get ready to release version 2.2
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@559 4cde692c-a291-49d1-8350-778aa11640f8
2008-05-18 06:28:37 +00:00
jvr
a5ed95261c
post 2.1 version numbering
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@531 4cde692c-a291-49d1-8350-778aa11640f8
2008-03-01 17:20:26 +00:00
pabs3
67584d842d
Woops, missed a version number
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@519 4cde692c-a291-49d1-8350-778aa11640f8
2008-01-28 07:09:27 +00:00
jvr
d2c3ea897c
bumped version to 2.0b2
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@364 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-13 12:07:48 +00:00
jvr
fdb5bf8b5c
prepare for 2.0b1
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@319 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-10 11:38:03 +00:00
jvr
753b39b57d
typos, version update, date update
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@196 4cde692c-a291-49d1-8350-778aa11640f8
2002-05-03 19:03:49 +00:00
jvr
a929e0cb16
added version variable
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@160 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-10 16:49:56 +00:00
Just
670c985d76
added doc strings to empty __init__.py files: WinZip apparently skips empty files. Doh!
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@90 4cde692c-a291-49d1-8350-778aa11640f8
2000-03-14 23:01:03 +00:00
Just
7842e56b97
Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship.
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@2 4cde692c-a291-49d1-8350-778aa11640f8
1999-12-16 21:34:53 +00:00