Kaynağa Gözat

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 yıl önce
committed by GitHub
ebeveyn
işleme
2d24786f7b
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. +2
    -1
      .coveragerc
  2. +2
    -3
      kosmorrolib/__version__.py

+ 2
- 1
.coveragerc Dosyayı Görüntüle

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

+ 2
- 3
kosmorrolib/__version__.py Dosyayı Görüntüle

@@ -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"

Yükleniyor…
İptal
Kaydet