Logo
Explore Help
Register Sign In
yujunjun/OpenMetadata
1
0
Fork 0
You've already forked OpenMetadata
mirror of https://github.com/open-metadata/OpenMetadata.git synced 2025-08-25 17:37:57 +00:00
Code Issues Packages Projects Releases Wiki Activity
OpenMetadata/ingestion-core/src/metadata/_version.py

12 lines
269 B
Python
Raw Normal View History

feat: openmetadata-ingestion-core pypi publish dev packages (#2023) * update requirements-dev.txt * integrate pypi incremental * Add CI for #1875 * gitignore generated dir in ingestion-core * update version to match ingestion package
2022-01-05 10:41:33 +05:30
"""
Provides metadata version information.
"""
# This file is auto-generated! Do not edit!
# Use `python -m incremental.update metadata` to change this file.
from incremental import Version
fix: Ingestion Core CI to Publish PyPi packages (#2187) * Remove gitignore on _versions.py CI commits and pushes the new version in _versions.py and since the folder is marked under gitignore, CI fails to commit and push changes to the branch. * bump version to 0.8.0.dev0 as already published
2022-01-13 12:40:47 +05:30
__version__ = Version("metadata", 0, 8, 0, dev=0)
feat: openmetadata-ingestion-core pypi publish dev packages (#2023) * update requirements-dev.txt * integrate pypi incremental * Add CI for #1875 * gitignore generated dir in ingestion-core * update version to match ingestion package
2022-01-05 10:41:33 +05:30
__all__ = ["__version__"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 748ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API