Skip to content

Commit 0f23260

Browse files
committed
Release 0.3.0
1 parent b7fff96 commit 0f23260

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGE.txt

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
LabKey Python Client API News
33
+++++++++++
44

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.
513

614
What's New in the LabKey 0.24 package
715
==============================

labkey/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616
__title__ = 'labkey'
17-
__version__ = '0.24'
17+
__version__ = '0.3.0'
1818
__author__ = 'LabKey Software'
1919
__license__ = 'Apache 2.0'
2020

0 commit comments

Comments
 (0)