Browse Source

Merge remote-tracking branch 'origin/master' into features

tags/v0.6.0
Jérôme Deuchnord 4 years ago
parent
commit
04f69dfd18
No known key found for this signature in database GPG Key ID: 6D1B91F131F89577
4 changed files with 13 additions and 4 deletions
  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 View File

@@ -1,3 +1,12 @@
# [v0.5.2](https://github.com/Deuchnord/kosmorro/compare/v0.5.1...v0.5.2) (2020-02-04)


### Bug Fixes

* add missing dependency for PIP ([906a592](https://github.com/Deuchnord/kosmorro/commit/906a5924a2cbdca71da793b355880571072aa81c))



# [v0.5.1](https://github.com/Deuchnord/kosmorro/compare/v0.5.0...v0.5.1) (2020-02-03)




+ 2
- 2
kosmorrolib/locales/messages.pot View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: kosmorro 0.5.1\n"
"Project-Id-Version: kosmorro 0.5.2\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-02-04 13:29+0100\n"
"POT-Creation-Date: 2020-02-04 20:45+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 View File

@@ -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.1'
VERSION = '0.5.2'

+ 1
- 1
setup.py View File

@@ -38,7 +38,7 @@ setup(
packages=find_packages(),
scripts=['kosmorro'],
include_package_data=True,
install_requires=['skyfield>=1.17.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', 'termcolor'],
classifiers=[
'Development Status :: 3 - Alpha',
'Operating System :: POSIX :: Linux',


Loading…
Cancel
Save