Release 3.6.0
This commit is contained in:
parent
fe3c08b373
commit
18b6459ce2
@ -5,6 +5,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "3.5.1.dev0"
|
||||
version = __version__ = "3.6.0"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
3
NEWS.rst
3
NEWS.rst
@ -1,3 +1,6 @@
|
||||
3.6.0 (released 2017-01-26)
|
||||
---------------------------
|
||||
|
||||
- [varLib] Refactored and improved the variation-font-building process.
|
||||
- Assembly code in the fpgm, prep, and glyf tables is now indented in
|
||||
XML output for improved readability. The ``instruction`` element is
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 3.5.1.dev0
|
||||
current_version = 3.6.0
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user