Skip to content

Commit

Permalink
release 0.3.0 (#119)
Browse files Browse the repository at this point in the history
* release 0.3.0
* Update open api specs
* fix anubis import
  • Loading branch information
chicco785 authored Jun 29, 2022
1 parent 34cfeee commit 8998f47
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Anubis Release Notes

## 0.3-dev
## 0.3

### New features

Expand Down
2 changes: 1 addition & 1 deletion anubis-management-api/anubis/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ANUBIS_VERSION = '0.3.0-dev'
ANUBIS_VERSION = '0.3.0'
3 changes: 2 additions & 1 deletion anubis-management-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# Always prefer setuptools over distutils
from setuptools import setup, find_packages
from os import path
from anubis.version import ANUBIS_VERSION

long_description = """
This package contains the Anubis Policy Management API. For more information,
Expand All @@ -19,7 +20,7 @@

setup(
name="anubis-policy-api", # Required
version="0.3.0-dev", # Required
version=ANUBIS_VERSION, # Required
description="The main module of anubis", # Optional
long_description=long_description, # Optional
long_description_content_type="text/markdown", # Optional
Expand Down
2 changes: 1 addition & 1 deletion docs/user/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Anubis
Anubis is a flexible Policy Enforcement solution that makes easier to reuse security policies across different services, assuming the policies entail the same resource.

## Version: 0.3.0-dev
## Version: 0.3.0

### /v1/tenants/service_paths

Expand Down
2 changes: 1 addition & 1 deletion open-api-spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Anubis",
"description": "Anubis is a flexible Policy Enforcement solution that makes easier to reuse security policies across different services, assuming the policies entail the same resource.",
"version": "0.3.0-dev"
"version": "0.3.0"
},
"paths": {
"/v1/tenants/service_paths": {
Expand Down

0 comments on commit 8998f47

Please sign in to comment.