瀏覽代碼

build: fix some variables in __version__.py (#13)

BREAKING CHANGE: `__build__` constant in `__version__.py` has been removed.
tags/v0.11.0
Jérôme Deuchnord 3 年之前
committed by GitHub
父節點
當前提交
2d24786f7b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. +2
    -1
      .coveragerc
  2. +2
    -3
      kosmorrolib/__version__.py

+ 2
- 1
.coveragerc 查看文件

@@ -1,6 +1,7 @@
[run]
branch = true
source =
kosmorrolib
kosmorrolib/*
omit =
kosmorrolib/__version__.py
tests/*

+ 2
- 3
kosmorrolib/__version__.py 查看文件

@@ -4,8 +4,7 @@ __title__ = "kosmorrolib"
__description__ = "A library that computes your ephemerides"
__url__ = "http://kosmorro.space"
__version__ = "0.10.0"
__build__ = 0x000900
__author__ = "Jérôme Deuchnord"
__author_email__ = "jerome@deuchnord.fr"
__license__ = "AGPL"
__copyright__ = "Copyright 2021 Jérôme Deuchnord"
__license__ = "CeCILL-C"
__copyright__ = "2021 - Jérôme Deuchnord"

Loading…
取消
儲存