Skip to content

Commit

Permalink
Version bump after vizro-core-0.1.5 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 26, 2023
1 parent d6ff383 commit 34417ac
Show file tree
Hide file tree
Showing 4 changed files with 941 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/check_package_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def _check_no_dev_version(package_name, package_version):
for package_name in AVAILABLE_PACKAGES:
package_version = subprocess.check_output(["hatch", "version"], cwd=f"{package_name}").decode("utf-8").strip()

if _check_no_dev_version(package_name, package_version):# and _check_no_version_pypi(
if _check_no_dev_version(package_name, package_version): # and _check_no_version_pypi(
# package_name, package_version
# ):
# ):
if new_release:
sys.exit("Cannot release two packages at the same time. Please modify your PR.")
new_release = True
Expand Down
42 changes: 42 additions & 0 deletions vizro-core/changelog.d/20231026_114412_runner_11_44_05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed
- A bullet item for the Removed category.
-->
<!--
### Added
- A bullet item for the Added category.
-->
<!--
### Changed
- A bullet item for the Changed category.
-->
<!--
### Deprecated
- A bullet item for the Deprecated category.
-->
<!--
### Fixed
- A bullet item for the Fixed category.
-->
<!--
### Security
- A bullet item for the Security category.
-->
Loading

0 comments on commit 34417ac

Please sign in to comment.