Skip to content

Commit

Permalink
Release up 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed Sep 1, 2019
1 parent 0b48b2e commit 2339f3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions doc/api_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ info:
url: https://gitlab.com/vstconsulting/polemarch.git
Request:
- name: Question
url: https://gitlab.com/vstconsulting/polemarch/issues/new?issuable_template%5D=Ask&issue%5Btitle%5D=Ask%20about%20version%201.4.2
url: https://gitlab.com/vstconsulting/polemarch/issues/new?issuable_template%5D=Ask&issue%5Btitle%5D=Ask%20about%20version%201.4.3
- name: Bug report
url: https://gitlab.com/vstconsulting/polemarch/issues/new?issuable_template%5D=Bug&issue%5Btitle%5D=Bug%20in%20version%201.4.2
url: https://gitlab.com/vstconsulting/polemarch/issues/new?issuable_template%5D=Bug&issue%5Btitle%5D=Bug%20in%20version%201.4.3
- name: Feature request
url: https://gitlab.com/vstconsulting/polemarch/issues/new?issuable_template%5D=Feature%20request&issue%5Btitle%5D=
x-menu:
Expand Down Expand Up @@ -54,11 +54,11 @@ info:
span_class: fa fa-plug
url: /hook
x-versions:
application: 1.4.2
library: 1.4.2
vstutils: 2.3.10
django: 2.2.1
ansible: 2.8.1
application: 1.4.3
library: 1.4.3
vstutils: 2.6.3
django: 2.2.4
ansible: 2.8.4
version: v2
host: localhost:8080
schemes:
Expand Down
2 changes: 1 addition & 1 deletion polemarch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"VST_ROOT_URLCONF": os.getenv("VST_ROOT_URLCONF", 'vstutils.urls'),
}

__version__ = "1.4.2"
__version__ = "1.4.3"

prepare_environment(**default_settings)

0 comments on commit 2339f3a

Please sign in to comment.