We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c16540 commit a3dcf13Copy full SHA for a3dcf13
NEWS.md
@@ -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
11
Printrun - 2.0.0
12
====================
13
printrun/printcore.py
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
14
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
15
16
-__version__ = "2.0.0"
+__version__ = "2.0.1"
17
18
import sys
19
if sys.version_info.major < 3:
0 commit comments