Skip to content

Commit 04ef203

Browse files
committed
German documentation updated
1 parent 83adfe6 commit 04ef203

10 files changed

+7
-7
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

PyPI_Instructions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ python3 -m twine upload --repository testpypi dist/*
2222

2323
Install the package:
2424
--------------------
25-
pip3 install planetary-system-stacker==0.9.5
25+
pip3 install planetary-system-stacker==0.9.6
2626
or, to upgrade from an earlier version:
2727
pip3 install --upgrade planetary-system-stacker
2828

2929
Or, to install / upgrade the package from the test server:
3030
------------------------------------------------
31-
pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple planetary-system-stacker==0.9.5
31+
pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple planetary-system-stacker==0.9.6
3232
pip3 install --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple planetary-system-stacker
3333

3434
On Windows, the location of the MKL library is: <Python3.6>\Library\bin

planetary_system_stacker/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from miscellaneous import Miscellaneous
3434

3535
# Set the current software version.
36-
PSS_Version = "PlanetarySystemStacker 0.9.5"
36+
PSS_Version = "PlanetarySystemStacker 0.9.6"
3737
# PSS_Version = "PlanetarySystemStacker"
3838

3939

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
release_tag = "0.9.5"
6+
release_tag = "0.9.6"
77

88
setuptools.setup(
99
name="planetary-system-stacker",

setup_linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
release_tag = "0.9.5.2"
6+
release_tag = "0.9.6.2"
77

88
setuptools.setup(
99
name="planetary-system-stacker",

setup_macos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
release_tag = "0.9.5.3"
6+
release_tag = "0.9.6.3"
77

88
setuptools.setup(
99
name="planetary-system-stacker",

setup_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
release_tag = "0.9.5.1"
6+
release_tag = "0.9.6.1"
77

88
setuptools.setup(
99
name="planetary-system-stacker",

0 commit comments

Comments
 (0)