Skip to content

Commit 6bc91bb

Browse files
committed
updated to version 1.2.0
1 parent b4aac70 commit 6bc91bb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8.13)
22
project(qore-python-module)
33

44
set (VERSION_MAJOR 1)
5-
set (VERSION_MINOR 1)
6-
set (VERSION_PATCH 7)
5+
set (VERSION_MINOR 2)
6+
set (VERSION_PATCH 0)
77

88
set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
99

qore-python-module.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%global user_module_dir %{mydatarootdir}/qore-modules/
77

88
Name: qore-python-module
9-
Version: 1.1.7
9+
Version: 1.2.0
1010
Release: 1
1111
Summary: Qorus Integration Engine - Qore Python module
1212
License: MIT
@@ -77,6 +77,9 @@ This RPM provides API documentation, test and example programs
7777
%doc docs/python test/*.qtest
7878

7979
%changelog
80+
* Sun Dec 25 2022 David Nichols <david@qore.org>
81+
- updated to version 1.2.0
82+
8083
* Tue Dec 20 2022 David Nichols <david@qore.org>
8184
- updated to version 1.1.7
8285

0 commit comments

Comments
 (0)