From 1dffd79d654fd732b9259f73decc579dfe0cef20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Mon, 3 Feb 2020 13:21:34 +0100 Subject: [PATCH] build: bump version 0.5.1 --- CHANGELOG.md | 9 +++++++++ kosmorrolib/locales/messages.pot | 4 ++-- kosmorrolib/version.py | 2 +- setup.py | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f09e26..e261a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/kosmorrolib/locales/messages.pot b/kosmorrolib/locales/messages.pot index e541fee..3893d2b 100644 --- a/kosmorrolib/locales/messages.pot +++ b/kosmorrolib/locales/messages.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: kosmorro 0.5.0\n" +"Project-Id-Version: kosmorro 0.5.1\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" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/kosmorrolib/version.py b/kosmorrolib/version.py index 40d75d5..a5338f9 100644 --- a/kosmorrolib/version.py +++ b/kosmorrolib/version.py @@ -16,4 +16,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -VERSION = '0.5.0' +VERSION = '0.5.1' diff --git a/setup.py b/setup.py index 7b3dfe5..e4f25df 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( packages=find_packages(), scripts=['kosmorro'], 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=[ 'Development Status :: 3 - Alpha', 'Operating System :: POSIX :: Linux',