Release 3.3.1
This commit is contained in:
parent
4e3b5ed2cd
commit
95f76885e7
@ -5,6 +5,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "3.3.1.dev0"
|
||||
version = __version__ = "3.3.1"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
2
NEWS
2
NEWS
@ -1,3 +1,5 @@
|
||||
## TTX/FontTools Version 3.3.1 (2016-12-15)
|
||||
|
||||
- [setup] We no longer use versioneer.py to compute fonttools version from git
|
||||
metadata, as this has caused issues for some users (#767). Now we bump the
|
||||
version strings manually with a custom `release` command of setup.py script.
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 3.3.1.dev0
|
||||
current_version = 3.3.1
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user