1.4.2a1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PVXS_MAJOR_VERSION = 1
|
||||
PVXS_MINOR_VERSION = 4
|
||||
PVXS_MAINTENANCE_VERSION = 1
|
||||
PVXS_MAINTENANCE_VERSION = 2
|
||||
|
||||
# Version range conditions in Makefiles
|
||||
#
|
||||
@@ -12,7 +12,8 @@ PVXS_MAINTENANCE_VERSION = 1
|
||||
#
|
||||
# ifneq ($(PVXS_X_Y_Z),YES) # PVXS != X.Y.Z
|
||||
#
|
||||
PVXS_1_4_1 = YES
|
||||
PVXS_1_4_2 = YES
|
||||
PVXS_1_4_1 = NO
|
||||
PVXS_1_4_0 = NO
|
||||
PVXS_1_3_3 = NO
|
||||
PVXS_1_3_2 = NO
|
||||
|
||||
@@ -696,7 +696,7 @@ build_dso.sub_commands.extend([
|
||||
|
||||
|
||||
pvxs_ver = '%(PVXS_MAJOR_VERSION)s.%(PVXS_MINOR_VERSION)s.%(PVXS_MAINTENANCE_VERSION)s'%pvxsversion
|
||||
# pvxs_ver += 'a3'
|
||||
pvxs_ver += 'a1'
|
||||
|
||||
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as F:
|
||||
long_description = F.read()
|
||||
@@ -716,7 +716,6 @@ setup(
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Intended Audience :: Science/Research',
|
||||
'Topic :: Scientific/Engineering',
|
||||
'Topic :: Software Development :: Libraries',
|
||||
|
||||
Reference in New Issue
Block a user