Skip to content

Commit

Permalink
Merge pull request #206 from thoth-station/v0.9.0
Browse files Browse the repository at this point in the history
Release of version 0.9.0

Reviewed-by: https://github.com/thoth-zuul[bot]
  • Loading branch information
thoth-zuul[bot] committed Jan 8, 2020
2 parents c49ea78 + a7f1e6e commit 8f1569b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -466,3 +466,9 @@
* Source code import
* Add long description for PyPI
* Initial project import

## Release 0.9.0 (2020-01-08T12:48:55)
* Move package parsing logic from thoth-solver
* :pushpin: Automatic update of dependency thoth-common from 0.9.22 to 0.9.23
* Pass pip allows one --index-url per run
* Happy new year!
2 changes: 1 addition & 1 deletion thoth/python/__init__.py
Expand Up @@ -29,7 +29,7 @@
from .aiosource import AIOSource, AsyncIterablePackages, AsyncIterableVersions, AsyncIterableArtifacts


__version__ = "0.8.0"
__version__ = "0.9.0"
__author__ = "Fridolin Pokorny <fridolin@redhat.com>, Christoph Görn <goern@redhat.com>"
__copyright__ = "Copyright 2018, 2019 Red Hat, Inc."
__license__ = "GPLv3+"

0 comments on commit 8f1569b

Please sign in to comment.