Skip to content

Commit

Permalink
version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Aug 15, 2024
1 parent daf5097 commit f5fe681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extra_jobs:
docker_name: cnaas/api
docker_context_dir: docker/api
docker_tags:
- "v1.6"
- "v1.7"
- "develop"

- name: cnaas-api-master
Expand All @@ -55,7 +55,6 @@ extra_jobs:
docker_name: cnaas/api
docker_context_dir: docker/api
docker_tags:
- "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.6.0b1"
__version__ = "1.6.0"
__version_info__ = tuple([field for field in __version__.split(".")])
__api_version__ = "v1.0"

0 comments on commit f5fe681

Please sign in to comment.