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:
authorRock Storm <rockstorm@gmx.com>2018-03-02 22:41:23 +0300
committerRock Storm <rockstorm@gmx.com>2018-03-02 22:41:23 +0300
commit46edc1ca3908939b2337d849bf4d1f2c5665d5b9 (patch)
tree1a6b32cd8097eaedcf0eeb9cf702bfa784f751a5
parent497179c5e12f439d7c4a985a589c2829b3cc906f (diff)
Release Printrun-2.0.0rc2printrun-2.0.0rc2
-rw-r--r--NEWS.md10
-rw-r--r--printrun/printcore.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 00edc1f..42849d2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,13 @@
+Printrun - 2.0.0rc2
+====================
+
+Pre-release for testing purposes.
+
+### Fixed Bugs
+
+ - Fix SyntaxError at startup (497179c)
+
+
Printrun - 2.0.0rc1
====================
diff --git a/printrun/printcore.py b/printrun/printcore.py
index a099664..1a5c13c 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.0rc1"
+__version__ = "2.0.0rc2"
import sys
if sys.version_info.major < 3: