Skip to content

Commit

Permalink
Release v0.1.1: Added note about pre-release status
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle committed Apr 27, 2018
1 parent f9246d6 commit 0575051
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = False
tag = False

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Midgard is a collection of useful Python utilities used by the Geodetic
institute at the Norwegian Mapping Authority (Kartverket). Although some of
these are geodesy-specific, many are also useful in more general settings.

**Note:** Midgard is still in pre-alpha status. Its functionality will change,
and it should not be depended on in any production-like setting.


## Installing Midgard

Expand All @@ -27,8 +30,9 @@ download Anaconda for Python 3.

### Download the Midgard source code

If you have not already done so, download the Midgard source code. Then enter
the main `midgard` directory before running the install command below.
If you have not already done so, download the Midgard source code from Github:
[github.com/kartverket/midgard](https://github.com/kartverket/midgard). Then
enter the main `midgard` directory before running the install command below.

cd midgard

Expand Down
5 changes: 4 additions & 1 deletion midgard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
institute at the Norwegian Mapping Authority (Kartverket). Although some of
these are geodesy-specific, many are also useful in more general settings.
Note: Midgard is still in pre-alpha status. Its functionality will change,
and it should not be depended on in any production-like setting.
Midgard comes organized into different subpackages:
{list_subpackages}
Expand All @@ -28,7 +31,7 @@
# Version of Midgard.
#
# This is automatically set using the bumpversion tool
__version__ = '0.1.0'
__version__ = '0.1.1'


# Authors of Midgard.
Expand Down
Empty file removed midgard/config/files.py
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = "Norwegian Mapping Authority"
author-email = "[email protected]"
home-page = "https://github.com/kartverket/midgard"
description-file = "README.md"
classifiers = ["Development Status :: 4 - Beta",
classifiers = ["Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 0575051

Please sign in to comment.