@@ -1,3 +1,12 @@ | |||||
# [v0.5.1](https://github.com/Deuchnord/kosmorro/compare/v0.5.0...v0.5.1) (2020-02-03) | |||||
### Bug Fixes | |||||
* add compatibility for Skyfield 1.17 ([081aab1](https://github.com/Deuchnord/kosmorro/commit/081aab129e8245e795e569f38f139285a697777a)) | |||||
# [v0.5.0](https://github.com/Deuchnord/kosmorro/compare/v0.4.0...v0.5.0) (2020-01-26) | # [v0.5.0](https://github.com/Deuchnord/kosmorro/compare/v0.4.0...v0.5.0) (2020-01-26) | ||||
@@ -6,9 +6,9 @@ | |||||
#, fuzzy | #, fuzzy | ||||
msgid "" | msgid "" | ||||
msgstr "" | msgstr "" | ||||
"Project-Id-Version: kosmorro 0.5.0\n" | |||||
"Project-Id-Version: kosmorro 0.5.1\n" | |||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||
"POT-Creation-Date: 2020-01-26 09:43+0100\n" | |||||
"POT-Creation-Date: 2020-02-03 13:19+0100\n" | |||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"Language-Team: LANGUAGE <LL@li.org>\n" | "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
@@ -16,4 +16,4 @@ | |||||
# You should have received a copy of the GNU Affero General Public License | # You should have received a copy of the GNU Affero General Public License | ||||
# along with this program. If not, see <https://www.gnu.org/licenses/>. | # along with this program. If not, see <https://www.gnu.org/licenses/>. | ||||
VERSION = '0.5.0' | |||||
VERSION = '0.5.1' |
@@ -38,7 +38,7 @@ setup( | |||||
packages=find_packages(), | packages=find_packages(), | ||||
scripts=['kosmorro'], | scripts=['kosmorro'], | ||||
include_package_data=True, | include_package_data=True, | ||||
install_requires=['skyfield>=1.13.0,<2.0.0', 'tabulate', 'numpy>=1.17.0,<2.0.0'], | |||||
install_requires=['skyfield>=1.17.0,<2.0.0', 'tabulate', 'numpy>=1.17.0,<2.0.0'], | |||||
classifiers=[ | classifiers=[ | ||||
'Development Status :: 3 - Alpha', | 'Development Status :: 3 - Alpha', | ||||
'Operating System :: POSIX :: Linux', | 'Operating System :: POSIX :: Linux', | ||||