Skip to content

Commit

Permalink
move dev to 1.6.0a1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Sep 25, 2023
1 parent ea46777 commit 7504a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extra_jobs:
docker_name: cnaas/api
docker_context_dir: docker/api
docker_tags:
- "v1.5"
- "v1.6"
- "develop"

- name: cnaas-api-master
Expand All @@ -56,7 +56,7 @@ extra_jobs:
docker_name: cnaas/api
docker_context_dir: docker/api
docker_tags:
- "v1.4"
- "v1.5"
- "master"

- name: cnaas-postgres
Expand Down
2 changes: 1 addition & 1 deletion src/cnaas_nms/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.5.0"
__version__ = "1.6.0a1"
__version_info__ = tuple([field for field in __version__.split(".")])
__api_version__ = "v1.0"

0 comments on commit 7504a59

Please sign in to comment.