Skip to content

Commit

Permalink
revert test files changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieLevs committed Mar 9, 2024
1 parent 908ead2 commit ab4c967
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/test_content_files/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0+metadata.here
2.5.1+metadata.here
4 changes: 2 additions & 2 deletions test/test_content_files/test_valid_chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# valid helm chart file
# comments should stay here after YAML file handling
apiVersion: v1
appVersion: 1.0.0
version: 1.0.0 # version key should stay here and not be sorted
appVersion: 2.0.3
version: 0.1.0 # version key should stay here and not be sorted
description: A Helm chart for Kubernetes
name: test
plainText: |-
Expand Down
2 changes: 1 addition & 1 deletion test/test_content_files/test_valid_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="pybump",
version="1.0.1-aa2cfd71788ab67bc9b59e62dee2070765948e29",
version="0.1.3",
author="Arie Lev",
author_email="[email protected]",
description="Python version bumper",
Expand Down

0 comments on commit ab4c967

Please sign in to comment.