diff --git a/NEWS.md b/NEWS.md index 81b86845f..3d13c6ce3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +Printrun - 2.0.1 +================ + +Patch release. Dropped support for Python 3.6 wheels and macOS 10. + +### Fixed Bugs + + - C++ assertion error due to unknown locale (#1351) + + Printrun - 2.0.0 ==================== diff --git a/printrun/printcore.py b/printrun/printcore.py index e6432427d..060f430d1 100644 --- a/printrun/printcore.py +++ b/printrun/printcore.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with Printrun. If not, see . -__version__ = "2.0.0" +__version__ = "2.0.1" import sys if sys.version_info.major < 3: