Skip to content

Commit

Permalink
updates version for 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svituz committed Mar 13, 2024
1 parent c7fbd17 commit 54572c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.4
1.3.5
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The main features includes:

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

Current version is 1.3.4
Current version is 1.3.5

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

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

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

To install it get the latest release from `GitHub <https://github.com/crs4/hl7apy/releases>`_ and launch the following
command:
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ def _get_version():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
packages=['hl7apy', 'hl7apy.v2_1', 'hl7apy.v2_2', 'hl7apy.v2_3', 'hl7apy.v2_3_1', 'hl7apy.v2_4', 'hl7apy.v2_5',
'hl7apy.v2_5_1', 'hl7apy.v2_6', 'hl7apy.v2_7', 'hl7apy.v2_8', 'hl7apy.v2_8_1', 'hl7apy.v2_8_2'],
Expand Down

0 comments on commit 54572c4

Please sign in to comment.