Browse Source

build: bump v0.10.9 (fix #235)

tags/v0.10.9
Jérôme Deuchnord 2 years ago
parent
commit
9172e214dd
3 changed files with 12 additions and 2 deletions
  1. +2
    -1
      .github/workflows/release.yml
  2. +9
    -0
      CHANGELOG.md
  3. +1
    -1
      _kosmorro/__version__.py

+ 2
- 1
.github/workflows/release.yml View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine skyfield numpy tabulate Babel requests
pip install pipenv setuptools wheel twine skyfield numpy tabulate Babel requests
- name: Build package
run: |
make i18n build
@@ -31,3 +31,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/*


+ 9
- 0
CHANGELOG.md View File

@@ -1,3 +1,12 @@
# [Version 0.10.9](https://github.com/Kosmorro/kosmorro/compare/v0.10.7...v0.10.9) (2022-01-12)


### Bug Fixes

* fix distribution on PyPI



# [Version 0.10.8](https://github.com/Kosmorro/kosmorro/compare/v0.10.7...v0.10.8) (2022-01-10)




+ 1
- 1
_kosmorro/__version__.py View File

@@ -19,7 +19,7 @@
__title__ = "kosmorro"
__description__ = "A program that computes your ephemerides"
__url__ = "https://kosmorro.space"
__version__ = "0.10.8"
__version__ = "0.10.9"
__author__ = "Jérôme Deuchnord"
__author_email__ = "jerome@deuchnord.fr"
__license__ = "AGPL"


Loading…
Cancel
Save