Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2018-03-19 13:16:49 +0300
committerMiro Hrončok <miro@hroncok.cz>2018-03-19 13:16:49 +0300
commit89b28594940fb64e7c36d8840d3cd4bd70f69826 (patch)
tree899ee768378f5c7e45b27e9a4a326985db5c0143
parent61581e1ec2dbb32bd3e237cbbbdbe3d1e73aab8d (diff)
Release Printrun-2.0.0rc3printrun-2.0.0rc3
-rw-r--r--NEWS.md18
-rw-r--r--printrun/printcore.py2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 42849d2..9a5ff8f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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
====================
diff --git a/printrun/printcore.py b/printrun/printcore.py
index e425bd1..7e646a1 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 <http://www.gnu.org/licenses/>.
-__version__ = "2.0.0rc2"
+__version__ = "2.0.0rc3"
import sys
if sys.version_info.major < 3: