Skip to content

Commit

Permalink
squash untagged commits
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzimathy committed Jul 7, 2022
1 parent b1bb9ef commit 7cdb92e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@ workflows:
version: 2
test_and_deploy:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- deploy:
requires:
- test
filters:
tags:
only: /[0-9].*/
only: /.*/
branches:
ignore: /.*/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]

# Set the version --- ensure that the latest tag matches this value.
VERSION = "1.0.0"
VERSION = "1.0.1b"

# Description.
here = Path(__file__).parent
Expand Down

0 comments on commit 7cdb92e

Please sign in to comment.