Skip to content

Commit

Permalink
Release v1.4.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bcbnz committed Nov 12, 2020
1 parent 7c54c29 commit f8115a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgfutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"""

__version__ = "1.4.0b1"
__version__ = "1.4.0"

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

0 comments on commit f8115a7

Please sign in to comment.