Skip to content

Commit f8115a7

Browse files
committed
Release v1.4.0.
This release adds some new features: * Add configuration option to customise the Python path to make local libraries available to scripts. * Allow configuration to specify which directories might contain data files (for the file tracking feature). * File tracking can now also track imported Python files in configured directories.
1 parent 7c54c29 commit f8115a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgfutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
"""
3838

39-
__version__ = "1.4.0b1"
39+
__version__ = "1.4.0"
4040

4141
# We don't import Matplotlib here as this brings in NumPy. In turn, NumPy
4242
# caches a reference to the io.open() method as part of its data loading

0 commit comments

Comments
 (0)