Quellcode durchsuchen

build: bump version 0.5.1

tags/v0.5.1
Jérôme Deuchnord vor 4 Jahren
Ursprung
Commit
1dffd79d65
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 6D1B91F131F89577
4 geänderte Dateien mit 13 neuen und 4 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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',


Laden…
Abbrechen
Speichern