Skip to content

Commit

Permalink
Release Printrun-2.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Mar 19, 2018
1 parent 61581e1 commit 89b2859
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Printrun - 2.0.0rc3
====================

Pre-release for testing purposes.

### Fixed Bugs

- Couple of wxPython 4 incompatibilities (116fdda, eb6bd43)
- Couple of GTK3 visibility problems (#899, f265256, 9193014)
- Added spoolmanager to installed modules (#896)
- Setlocale issues on Windows (bf53af9)
- Installation on macOS and Windows (#901)
- Macro-related functionality (95877a4)
- Clicking +Z⇑ and -Z⇓ (#910)
- Python 3 incompatibilities (#912)
- Segmentation faults (#895, #909)


Printrun - 2.0.0rc2
====================

Expand Down
2 changes: 1 addition & 1 deletion printrun/printcore.py
Original file line number Diff line number Diff line change
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.0rc2"
__version__ = "2.0.0rc3"

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

0 comments on commit 89b2859

Please sign in to comment.