Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed Jul 4, 2017
1 parent 7e33ae1 commit 36ea19b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vault-ca (0.6-1) unstable; urgency=medium

* New upstream version

-- Matteo Bigoi <bigo@crisidev.org> Wed, 05 Jul 2017 00:20:40 +0100

vault-ca (0.5-2.1) unstable; urgency=medium

* Fix bootstrap argument parsing.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = 'alpha'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup
from setuptools import find_packages, Command

VERSION = 0.5
VERSION = 0.6


class FormatCommand(Command):
Expand Down
2 changes: 1 addition & 1 deletion vault_ca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import requests
from OpenSSL.crypto import load_certificate, FILETYPE_PEM, Error

VERSION = 0.5
VERSION = 0.6

# fix incompatibility between python 3.4 and 3.5+ json implementation
if not hasattr(json, 'JSONDecodeError'): # pragma: nocover
Expand Down

0 comments on commit 36ea19b

Please sign in to comment.