Skip to content

Commit a3dcf13

Browse files
authored
Release Printrun 2.0.1 (#1355)
1 parent 9c16540 commit a3dcf13

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Printrun - 2.0.1
2+
================
3+
4+
Patch release. Dropped support for Python 3.6 wheels and macOS 10.
5+
6+
### Fixed Bugs
7+
8+
- C++ assertion error due to unknown locale (#1351)
9+
10+
111
Printrun - 2.0.0
212
====================
313

printrun/printcore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "2.0.0"
16+
__version__ = "2.0.1"
1717

1818
import sys
1919
if sys.version_info.major < 3:

0 commit comments

Comments
 (0)