Skip to content
Snippets Groups Projects
Commit 130ec9c6 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Bumped version numbers

parent 1e4c4d1c
No related branches found
No related tags found
No related merge requests found
+---------------------------------------+
| Warden Filer 3.0-beta1 for Warden 3.X |
| Warden Filer 3.0-beta2 for Warden 3.X |
+---------------------------------------+
Content
......
......@@ -20,7 +20,7 @@ import argparse
from os import path, mkdir
from random import choice, randint;
VERSION = "3.0-beta1"
VERSION = "3.0-beta2"
class NamedFile(object):
""" Wrapper class for file objects, which allows and tracks filename
......
+---------------------------+
| Warden Client Library 3.0 |
+---------------------------+
+---------------------------------+
| Warden Client Library 3.0-beta2 |
+---------------------------------+
Content
......@@ -290,7 +290,7 @@ $ curl \
--request POST \
"https://warden.example.org/getInfo?secret=SeCrEt"
{"version": "3.0-beta1",
{"version": "3.0",
"send_events_limit": 500,
"get_events_limit": 1000,
"description": "Warden 3 server"}
......
......@@ -13,7 +13,7 @@ from os import path
from operator import itemgetter
VERSION = "3.0-beta1"
VERSION = "3.0-beta2"
class HTTPSConnection(httplib.HTTPSConnection):
'''
......
+-------------------+
| Warden Server 3.0 |
+-------------------+
+-------------------------+
| Warden Server 3.0-beta2 |
+-------------------------+
Content
......
......@@ -28,7 +28,7 @@ sys.path.append(path.join(path.dirname(__file__), "..", "lib"))
from jsonschema import Draft4Validator
VERSION = "3.0-beta1"
VERSION = "3.0-beta2"
class Error(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment