Skip to content

Commit b10d6f8

Browse files
author
Benjamin Winkel
committed
prepare release v1.0.4
1 parent 4a16083 commit b10d6f8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
1.0.4 (unreleased)
1+
1.0.4 (2020-10-21)
22
=======================
33

4+
Bugfixes
5+
~~~~~~~~~~
6+
- Fix (stable) HTML manual
7+
- Make satellite sub-package work with `sgp4 2.0+`
8+
49
1.0.3 (2020-05-21)
510
=======================
611

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pycraf
33
******
44

5-
- *Version:* 1.0.2
5+
- *Version:* 1.0.4
66
- *Author:* Benjamin Winkel, Marta Bautista & Federico Di Vruno
77
- *User manual:* `stable <https://bwinkel.github.io/pycraf/>`__ |
88
`developer <https://bwinkel.github.io/pycraf/latest/>`__

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ github_project = bwinkel/pycraf
5656
# install_requires = astropy, scipy, matplotlib
5757
install_requires = astropy, scipy, matplotlib
5858
# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/)
59-
version = 1.0.4dev
59+
version = 1.0.4
6060
minimum_python_version = 3.5
6161

6262
[entry_points]

0 commit comments

Comments
 (0)