We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fff96 commit 0f23260Copy full SHA for 0f23260
CHANGE.txt
@@ -2,6 +2,14 @@
2
LabKey Python Client API News
3
+++++++++++
4
5
+What's New in the LabKey 0.3.0 package
6
+==============================
7
+
8
+*Release date: 08/20/2015*
9
10
+- Migrated package repository to GitHub.
11
+- Switch package to use semantic versioning.
12
+- Minor changes to setup.py.
13
14
What's New in the LabKey 0.24 package
15
==============================
labkey/__init__.py
@@ -14,7 +14,7 @@
# limitations under the License.
#
16
__title__ = 'labkey'
17
-__version__ = '0.24'
+__version__ = '0.3.0'
18
__author__ = 'LabKey Software'
19
__license__ = 'Apache 2.0'
20
0 commit comments