Skip to content

Commit

Permalink
Release Printrun 2.0.1 (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 committed May 24, 2023
1 parent 9c16540 commit a3dcf13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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
====================

Expand Down
2 changes: 1 addition & 1 deletion printrun/printcore.py
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.0.0"
__version__ = "2.0.1"

import sys
if sys.version_info.major < 3:
Expand Down

0 comments on commit a3dcf13

Please sign in to comment.