Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Sep 30, 2021
1 parent 6978829 commit 676ee5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ extra_jobs:
docker_name: cnaas/api
docker_context_dir: docker/api
docker_tags:
- "v1.3"
- "develop"

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

0 comments on commit 676ee5b

Please sign in to comment.