Skip to content
Snippets Groups Projects
Commit f63b09c0 authored by Anton Joubert's avatar Anton Joubert
Browse files

Update for release 0.5.1

parent 708d2e76
Branches
Tags
No related merge requests found
release=0.5.0
tag=lmcbaseclasses-0.5.0
release=0.5.1
tag=lmcbaseclasses-0.5.1
......@@ -25,6 +25,10 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
## Version History
#### 0.5.1
- Make 'ska' a [native namespace package](https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages).
No change to usage.
#### 0.5.0
- Breaking change: Major restructuring of the package to simplify imports and reduce confusion.
- The single word `skabase` module has now changed to two words: `ska.base`.
......
......@@ -7,7 +7,7 @@
"""Release information for lmc-base-classes Python Package"""
name = """lmcbaseclasses"""
version = "0.5.0"
version = "0.5.1"
version_info = version.split(".")
description = """A set of generic base devices for SKA Telescope."""
author = "SKA India and SARAO"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment