ソースを参照

build: bump version 0.5.1

tags/v0.5.1
コミット
1dffd79d65
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 6D1B91F131F89577
4個のファイルの変更13行の追加4行の削除
  1. +9
    -0
      CHANGELOG.md
  2. +2
    -2
      kosmorrolib/locales/messages.pot
  3. +1
    -1
      kosmorrolib/version.py
  4. +1
    -1
      setup.py

+ 9
- 0
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)




+ 2
- 2
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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"


+ 1
- 1
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 <https://www.gnu.org/licenses/>.

VERSION = '0.5.0'
VERSION = '0.5.1'

+ 1
- 1
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',


読み込み中…
キャンセル
保存