Skip to content

Commit 54572c4

Browse files
committedMar 13, 2024·
updates version for 1.3.5
1 parent c7fbd17 commit 54572c4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.4
1+
1.3.5

‎docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The main features includes:
1919

2020
Currently supported HL7 versions are: 2.1, 2.2, 2.3, 2.3.1, 2.4, 2.5, 2.5.1, 2.6, 2.7, 2.8, 2.8.1, 2.8.2
2121

22-
Current version is 1.3.4
22+
Current version is 1.3.5
2323

2424
To get started visit the :ref:`Getting started <tutorial>` section
2525

@@ -28,7 +28,7 @@ This project is not affiliated with the HL7 organization: the library is just co
2828
Installation
2929
============
3030

31-
HL7apy is platform independent and supports Python 2.7 and Python 3.4, 3.5, 3.6, 3.7
31+
HL7apy is platform independent and supports Python 2.7 and Python 3.[4-12]
3232

3333
To install it get the latest release from `GitHub <https://github.com/crs4/hl7apy/releases>`_ and launch the following
3434
command:

‎setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ def _get_version():
7777
'Programming Language :: Python :: 3.7',
7878
'Programming Language :: Python :: 3.8',
7979
'Programming Language :: Python :: 3.9',
80+
'Programming Language :: Python :: 3.10',
81+
'Programming Language :: Python :: 3.11',
82+
'Programming Language :: Python :: 3.12',
8083
],
8184
packages=['hl7apy', 'hl7apy.v2_1', 'hl7apy.v2_2', 'hl7apy.v2_3', 'hl7apy.v2_3_1', 'hl7apy.v2_4', 'hl7apy.v2_5',
8285
'hl7apy.v2_5_1', 'hl7apy.v2_6', 'hl7apy.v2_7', 'hl7apy.v2_8', 'hl7apy.v2_8_1', 'hl7apy.v2_8_2'],

0 commit comments

Comments
 (0)
Please sign in to comment.